Color spaces of #4068db
RGB | 64 | 104 | 219 |
---|---|---|---|
HSL | 0.62 | 0.68 | 0.55 |
HSV | 225° | 71° | 86° |
CMYK | 0.71 | 0.53 | 0.00 0.14 |
XYZ | 19.8508 | 16.1051 | 69.0802 |
Yxy | 16.1051 | 0.1890 | 0.1533 |
Hunter Lab | 40.1312 | 18.0651 | -73.9677 |
CIE-Lab | 47.1121 | 24.6190 | -63.0407 |
#4068db color RGB value is (64,104,219).
#4068db hex color red value is 64, green value is 104 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4068db hue: 0.62 , saturation: 0.68 and the lightness value of 4068db is 0.55.
The process color (four color CMYK) of #4068db color hex is 0.71, 0.53, 0.00, 0.14. Web safe color of #4068db is #3366cc. Color #4068db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01101000 | 11011011 |
Octal | 100 | 150 | 333 |
Decimal | 64 | 104 | 219 |
Hex | 40 | 68 | DB |
Shades of #4068db
Tints of #4068db
RGB Percentages of Color #4068db
CMYK Percentages of Color #4068db
Complementary Color
#4068db | #dbb340 |
#4068db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4068db Color Preview on White Background
Lorem ipsum dolor sit amet.
#4068db Color CSS Codes
.mybgcolor {background-color:#4068db; } .myforecolor {color:#4068db; } .mybordercolor {border:3px solid #4068db; }
#4068db Text Font Color
<p style="color:#4068db">Text here</p>
This sample text font color is #4068db
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.
#4068db Background Color
<div style="background-color:#4068db">
Div content here</div>
This div background color is #4068db
#4068db Border Color
<div style="border:3px solid #4068db">
Div here</div>
This div border color is #4068db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,104,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4068db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4068db; -webkit-box-shadow: 1px 1px 3px 2px #4068db; box-shadow: 1px 1px 3px 2px #4068db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,104,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4068db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4068db; -webkit-box-shadow: 1px 1px 3px 2px #4068db; box-shadow: 1px 1px 3px 2px #4068db;">
Div content here</div>
This div box has shadow with color #4068db
Comments
No comments written yet.
Please login to write comment.