Shades of Blue Lagoon #04566E
Tints of Blue Lagoon #04566E
RGB
CMYK
RGB Variations
Color information
#04566E (or 0x04566E) is known color: Blue Lagoon. HEX triplet: 04, 56 and 6E. RGB value is (4,86,110). Sum of RGB (Red+Green+Blue) = 4+86+110=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #04566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04566E is #FBA991. Grayscale: #404040. Windows color (decimal): -16492946 or 7230980. OLE color: 7230980.
HSL color Cylindrical-coordinate representation of color #04566E: hue angle of 193.58º 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 #04566E is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 86 | 110 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.57 |
| HSL | 193.58º | 0.93% | 0.22% | - |
| HSV(B) | 193.58º | 0.96% | 0.43% | - |
| XYZ | 6.19 | 7.81 | 15.93 | - |
| YUV | 64.22 | 153.83 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 110 | 0.96 | 0.22 | 0 | 0.57 | 193.58 | 0.93 | 0.22 |
| Hex | 4 | 56 | 6E | 60 | 16 | 0 | 39 | C2 | 5D | 16 |
| Octal | 4 | 126 | 156 | 140 | 26 | 0 | 71 | 302 | 135 | 26 |
| Binary | 100 | 1010110 | 1101110 | 1100000 | 10110 | 0 | 111001 | 11000010 | 1011101 | 10110 |
Color Harmonies of #04566E
Complementary color
Monochromatic Colors of #04566E
Black with #04566E
Text Example
Text Example
White with #04566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04566E; }
p { color: rgb(4,86,110); }
H1.HeaderClassName
{
color: #04566E;
}
.AnyTagClassName
{
color: #04566E;
}
</style>
background-color css
<style>
a { background-color: #04566E; }
a { background-color: rgb(4,86,110); }
div.DivClassName
{
background-color: #04566E;
}
.BgClassName
{
background-color: #04566E;
}
</style>
border-color css
<style>
span { border-color: #04566E; }
span { border-color: rgb(4,86,110); }
td.TdClassName
{
border-color: #04566E;
}
.TagClassName
{
border-color: #04566E;
}
</style>