Shades of Blue Lagoon #045667
Tints of Blue Lagoon #045667
RGB
CMYK
RGB Variations
Color information
#045667 (or 0x045667) is known color: Blue Lagoon. HEX triplet: 04, 56 and 67. RGB value is (4,86,103). Sum of RGB (Red+Green+Blue) = 4+86+103=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #045667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045667 is #FBA998. Grayscale: #3F3F3F. Windows color (decimal): -16492953 or 6772228. OLE color: 6772228.
HSL color Cylindrical-coordinate representation of color #045667: hue angle of 190.3º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045667 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 86 | 103 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.60 |
| HSL | 190.3º | 0.93% | 0.21% | - |
| HSV(B) | 190.3º | 0.96% | 0.4% | - |
| XYZ | 5.83 | 7.66 | 14 | - |
| YUV | 63.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 103 | 0.96 | 0.17 | 0 | 0.60 | 190.3 | 0.93 | 0.21 |
| Hex | 4 | 56 | 67 | 60 | 11 | 0 | 3C | BE | 5D | 15 |
| Octal | 4 | 126 | 147 | 140 | 21 | 0 | 74 | 276 | 135 | 25 |
| Binary | 100 | 1010110 | 1100111 | 1100000 | 10001 | 0 | 111100 | 10111110 | 1011101 | 10101 |
Color Harmonies of #045667
Complementary color
Monochromatic Colors of #045667
Black with #045667
Text Example
Text Example
White with #045667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045667; }
p { color: rgb(4,86,103); }
H1.HeaderClassName
{
color: #045667;
}
.AnyTagClassName
{
color: #045667;
}
</style>
background-color css
<style>
a { background-color: #045667; }
a { background-color: rgb(4,86,103); }
div.DivClassName
{
background-color: #045667;
}
.BgClassName
{
background-color: #045667;
}
</style>
border-color css
<style>
span { border-color: #045667; }
span { border-color: rgb(4,86,103); }
td.TdClassName
{
border-color: #045667;
}
.TagClassName
{
border-color: #045667;
}
</style>