Color spaces of #4651bf
RGB | 70 | 81 | 191 |
---|---|---|---|
HSL | 0.65 | 0.49 | 0.51 |
HSV | 235° | 63° | 75° |
CMYK | 0.63 | 0.58 | 0.00 0.25 |
XYZ | 14.8722 | 10.9485 | 50.6196 |
Yxy | 10.9485 | 0.1946 | 0.1432 |
Hunter Lab | 33.0885 | 22.3250 | -67.5413 |
CIE-Lab | 39.4936 | 30.2353 | -59.2564 |
#4651bf color RGB value is (70,81,191).
#4651bf hex color red value is 70, green value is 81 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4651bf hue: 0.65 , saturation: 0.49 and the lightness value of 4651bf is 0.51.
The process color (four color CMYK) of #4651bf color hex is 0.63, 0.58, 0.00, 0.25. Web safe color of #4651bf is #3366cc. Color #4651bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01010001 | 10111111 |
Octal | 106 | 121 | 277 |
Decimal | 70 | 81 | 191 |
Hex | 46 | 51 | BF |
Shades of #4651bf
Tints of #4651bf
RGB Percentages of Color #4651bf
CMYK Percentages of Color #4651bf
Complementary Color
#4651bf | #bfb446 |
#4651bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4651bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#4651bf Color CSS Codes
.mybgcolor {background-color:#4651bf; } .myforecolor {color:#4651bf; } .mybordercolor {border:3px solid #4651bf; }
#4651bf Text Font Color
<p style="color:#4651bf">Text here</p>
This sample text font color is #4651bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#4651bf Background Color
<div style="background-color:#4651bf">
Div content here</div>
This div background color is #4651bf
#4651bf Border Color
<div style="border:3px solid #4651bf">
Div here</div>
This div border color is #4651bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,81,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4651bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4651bf; -webkit-box-shadow: 1px 1px 3px 2px #4651bf; box-shadow: 1px 1px 3px 2px #4651bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,81,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4651bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4651bf; -webkit-box-shadow: 1px 1px 3px 2px #4651bf; box-shadow: 1px 1px 3px 2px #4651bf;">
Div content here</div>
This div box has shadow with color #4651bf
Comments
No comments written yet.
Please login to write comment.