Color spaces of #467dbb
RGB | 70 | 125 | 187 |
---|---|---|---|
HSL | 0.59 | 0.46 | 0.50 |
HSV | 212° | 63° | 73° |
CMYK | 0.63 | 0.33 | 0.00 0.27 |
XYZ | 18.8290 | 19.5572 | 49.7962 |
Yxy | 19.5572 | 0.2135 | 0.2218 |
Hunter Lab | 44.2235 | -1.3914 | -35.8048 |
CIE-Lab | 51.3328 | 1.2461 | -37.9992 |
#467dbb color RGB value is (70,125,187).
#467dbb hex color red value is 70, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #467dbb hue: 0.59 , saturation: 0.46 and the lightness value of 467dbb is 0.50.
The process color (four color CMYK) of #467dbb color hex is 0.63, 0.33, 0.00, 0.27. Web safe color of #467dbb is #3366cc. Color #467dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01111101 | 10111011 |
Octal | 106 | 175 | 273 |
Decimal | 70 | 125 | 187 |
Hex | 46 | 7D | BB |
Shades of #467dbb
Tints of #467dbb
RGB Percentages of Color #467dbb
CMYK Percentages of Color #467dbb
Complementary Color
#467dbb | #bb8446 |
#467dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#467dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#467dbb Color CSS Codes
.mybgcolor {background-color:#467dbb; } .myforecolor {color:#467dbb; } .mybordercolor {border:3px solid #467dbb; }
#467dbb Text Font Color
<p style="color:#467dbb">Text here</p>
This sample text font color is #467dbb
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.
#467dbb Background Color
<div style="background-color:#467dbb">
Div content here</div>
This div background color is #467dbb
#467dbb Border Color
<div style="border:3px solid #467dbb">
Div here</div>
This div border color is #467dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,125,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #467dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #467dbb; -webkit-box-shadow: 1px 1px 3px 2px #467dbb; box-shadow: 1px 1px 3px 2px #467dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,125,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 #467dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #467dbb; -webkit-box-shadow: 1px 1px 3px 2px #467dbb; box-shadow: 1px 1px 3px 2px #467dbb;">
Div content here</div>
This div box has shadow with color #467dbb
Comments
No comments written yet.
Please login to write comment.