Shades of Blue Lagoon #004E6E
Tints of Blue Lagoon #004E6E
RGB
CMYK
RGB Variations
Color information
#004E6E (or 0x004E6E) is known color: Blue Lagoon. HEX triplet: 00, 4E and 6E. RGB value is (0,78,110). Sum of RGB (Red+Green+Blue) = 0+78+110=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #004E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E6E is #FFB191. Grayscale: #3A3A3A. Windows color (decimal): -16757138 or 7228928. OLE color: 7228928.
HSL color Cylindrical-coordinate representation of color #004E6E: hue angle of 197.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E6E is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 78 | 110 | - |
| CMYK | 1 | 0.29 | 0 | 0.57 |
| HSL | 197.45º | 1% | 0.22% | - |
| HSV(B) | 197.45º | 1% | 0.43% | - |
| XYZ | 5.54 | 6.57 | 15.73 | - |
| YUV | 58.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 110 | 1 | 0.29 | 0 | 0.57 | 197.45 | 1 | 0.22 |
| Hex | 0 | 4E | 6E | 64 | 1D | 0 | 39 | C5 | 64 | 16 |
| Octal | 0 | 116 | 156 | 144 | 35 | 0 | 71 | 305 | 144 | 26 |
| Binary | 0 | 1001110 | 1101110 | 1100100 | 11101 | 0 | 111001 | 11000101 | 1100100 | 10110 |
Color Harmonies of #004E6E
Complementary color
Monochromatic Colors of #004E6E
Black with #004E6E
Text Example
Text Example
White with #004E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E6E; }
p { color: rgb(0,78,110); }
H1.HeaderClassName
{
color: #004E6E;
}
.AnyTagClassName
{
color: #004E6E;
}
</style>
background-color css
<style>
a { background-color: #004E6E; }
a { background-color: rgb(0,78,110); }
div.DivClassName
{
background-color: #004E6E;
}
.BgClassName
{
background-color: #004E6E;
}
</style>
border-color css
<style>
span { border-color: #004E6E; }
span { border-color: rgb(0,78,110); }
td.TdClassName
{
border-color: #004E6E;
}
.TagClassName
{
border-color: #004E6E;
}
</style>