Shades of Blue Lagoon #04556E
Tints of Blue Lagoon #04556E
RGB
CMYK
RGB Variations
Color information
#04556E (or 0x04556E) is known color: Blue Lagoon. HEX triplet: 04, 55 and 6E. RGB value is (4,85,110). Sum of RGB (Red+Green+Blue) = 4+85+110=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #04556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04556E is #FBAA91. Grayscale: #3F3F3F. Windows color (decimal): -16493202 or 7230724. OLE color: 7230724.
HSL color Cylindrical-coordinate representation of color #04556E: hue angle of 194.15º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04556E is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 85 | 110 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.57 |
| HSL | 194.15º | 0.93% | 0.22% | - |
| HSV(B) | 194.15º | 0.96% | 0.43% | - |
| XYZ | 6.11 | 7.65 | 15.91 | - |
| YUV | 63.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 110 | 0.96 | 0.23 | 0 | 0.57 | 194.15 | 0.93 | 0.22 |
| Hex | 4 | 55 | 6E | 60 | 17 | 0 | 39 | C2 | 5D | 16 |
| Octal | 4 | 125 | 156 | 140 | 27 | 0 | 71 | 302 | 135 | 26 |
| Binary | 100 | 1010101 | 1101110 | 1100000 | 10111 | 0 | 111001 | 11000010 | 1011101 | 10110 |
Color Harmonies of #04556E
Complementary color
Monochromatic Colors of #04556E
Black with #04556E
Text Example
Text Example
White with #04556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04556E; }
p { color: rgb(4,85,110); }
H1.HeaderClassName
{
color: #04556E;
}
.AnyTagClassName
{
color: #04556E;
}
</style>
background-color css
<style>
a { background-color: #04556E; }
a { background-color: rgb(4,85,110); }
div.DivClassName
{
background-color: #04556E;
}
.BgClassName
{
background-color: #04556E;
}
</style>
border-color css
<style>
span { border-color: #04556E; }
span { border-color: rgb(4,85,110); }
td.TdClassName
{
border-color: #04556E;
}
.TagClassName
{
border-color: #04556E;
}
</style>