Shades of Blue Lagoon #04566B
Tints of Blue Lagoon #04566B
RGB
CMYK
RGB Variations
Color information
#04566B (or 0x04566B) is known color: Blue Lagoon. HEX triplet: 04, 56 and 6B. RGB value is (4,86,107). Sum of RGB (Red+Green+Blue) = 4+86+107=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #04566B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04566B is #FBA994. Grayscale: #3F3F3F. Windows color (decimal): -16492949 or 7034372. OLE color: 7034372.
HSL color Cylindrical-coordinate representation of color #04566B: hue angle of 192.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04566B is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 86 | 107 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.58 |
| HSL | 192.23º | 0.93% | 0.22% | - |
| HSV(B) | 192.23º | 0.96% | 0.42% | - |
| XYZ | 6.03 | 7.74 | 15.09 | - |
| YUV | 63.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 107 | 0.96 | 0.20 | 0 | 0.58 | 192.23 | 0.93 | 0.22 |
| Hex | 4 | 56 | 6B | 60 | 14 | 0 | 3A | C0 | 5D | 16 |
| Octal | 4 | 126 | 153 | 140 | 24 | 0 | 72 | 300 | 135 | 26 |
| Binary | 100 | 1010110 | 1101011 | 1100000 | 10100 | 0 | 111010 | 11000000 | 1011101 | 10110 |
Color Harmonies of #04566B
Complementary color
Monochromatic Colors of #04566B
Black with #04566B
Text Example
Text Example
White with #04566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04566B; }
p { color: rgb(4,86,107); }
H1.HeaderClassName
{
color: #04566B;
}
.AnyTagClassName
{
color: #04566B;
}
</style>
background-color css
<style>
a { background-color: #04566B; }
a { background-color: rgb(4,86,107); }
div.DivClassName
{
background-color: #04566B;
}
.BgClassName
{
background-color: #04566B;
}
</style>
border-color css
<style>
span { border-color: #04566B; }
span { border-color: rgb(4,86,107); }
td.TdClassName
{
border-color: #04566B;
}
.TagClassName
{
border-color: #04566B;
}
</style>