Color spaces of #426ebb
RGB | 66 | 110 | 187 |
---|---|---|---|
HSL | 0.61 | 0.48 | 0.50 |
HSV | 218° | 65° | 73° |
CMYK | 0.65 | 0.41 | 0.00 0.27 |
XYZ | 16.7923 | 15.8980 | 49.1973 |
Yxy | 15.8980 | 0.2051 | 0.1941 |
Hunter Lab | 39.8723 | 5.3991 | -45.2456 |
CIE-Lab | 46.8404 | 9.6973 | -45.1246 |
#426ebb color RGB value is (66,110,187).
#426ebb hex color red value is 66, green value is 110 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #426ebb hue: 0.61 , saturation: 0.48 and the lightness value of 426ebb is 0.50.
The process color (four color CMYK) of #426ebb color hex is 0.65, 0.41, 0.00, 0.27. Web safe color of #426ebb is #3366cc. Color #426ebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 01101110 | 10111011 |
Octal | 102 | 156 | 273 |
Decimal | 66 | 110 | 187 |
Hex | 42 | 6E | BB |
Shades of #426ebb
Tints of #426ebb
RGB Percentages of Color #426ebb
CMYK Percentages of Color #426ebb
Complementary Color
#426ebb | #bb8f42 |
#426ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#426ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#426ebb Color CSS Codes
.mybgcolor {background-color:#426ebb; } .myforecolor {color:#426ebb; } .mybordercolor {border:3px solid #426ebb; }
#426ebb Text Font Color
<p style="color:#426ebb">Text here</p>
This sample text font color is #426ebb
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.
#426ebb Background Color
<div style="background-color:#426ebb">
Div content here</div>
This div background color is #426ebb
#426ebb Border Color
<div style="border:3px solid #426ebb">
Div here</div>
This div border color is #426ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,110,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #426ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #426ebb; -webkit-box-shadow: 1px 1px 3px 2px #426ebb; box-shadow: 1px 1px 3px 2px #426ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,110,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #426ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #426ebb; -webkit-box-shadow: 1px 1px 3px 2px #426ebb; box-shadow: 1px 1px 3px 2px #426ebb;">
Div content here</div>
This div box has shadow with color #426ebb
Comments
No comments written yet.
Please login to write comment.