Shades of Blue Lagoon #04556F
Tints of Blue Lagoon #04556F
RGB
CMYK
RGB Variations
Color information
#04556F (or 0x04556F) is known color: Blue Lagoon. HEX triplet: 04, 55 and 6F. RGB value is (4,85,111). Sum of RGB (Red+Green+Blue) = 4+85+111=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #04556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04556F is #FBAA90. Grayscale: #3F3F3F. Windows color (decimal): -16493201 or 7296260. OLE color: 7296260.
HSL color Cylindrical-coordinate representation of color #04556F: hue angle of 194.58º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04556F is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 85 | 111 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.56 |
| HSL | 194.58º | 0.93% | 0.23% | - |
| HSV(B) | 194.58º | 0.96% | 0.44% | - |
| XYZ | 6.17 | 7.67 | 16.19 | - |
| YUV | 63.75 | 154.66 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 111 | 0.96 | 0.23 | 0 | 0.56 | 194.58 | 0.93 | 0.23 |
| Hex | 4 | 55 | 6F | 60 | 17 | 0 | 38 | C3 | 5D | 17 |
| Octal | 4 | 125 | 157 | 140 | 27 | 0 | 70 | 303 | 135 | 27 |
| Binary | 100 | 1010101 | 1101111 | 1100000 | 10111 | 0 | 111000 | 11000011 | 1011101 | 10111 |
Color Harmonies of #04556F
Complementary color
Monochromatic Colors of #04556F
Black with #04556F
Text Example
Text Example
White with #04556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04556F; }
p { color: rgb(4,85,111); }
H1.HeaderClassName
{
color: #04556F;
}
.AnyTagClassName
{
color: #04556F;
}
</style>
background-color css
<style>
a { background-color: #04556F; }
a { background-color: rgb(4,85,111); }
div.DivClassName
{
background-color: #04556F;
}
.BgClassName
{
background-color: #04556F;
}
</style>
border-color css
<style>
span { border-color: #04556F; }
span { border-color: rgb(4,85,111); }
td.TdClassName
{
border-color: #04556F;
}
.TagClassName
{
border-color: #04556F;
}
</style>