Shades of Blue Lagoon #004E6D
Tints of Blue Lagoon #004E6D
RGB
CMYK
RGB Variations
Color information
#004E6D (or 0x004E6D) is known color: Blue Lagoon. HEX triplet: 00, 4E and 6D. RGB value is (0,78,109). Sum of RGB (Red+Green+Blue) = 0+78+109=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #004E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E6D is #FFB192. Grayscale: #3A3A3A. Windows color (decimal): -16757139 or 7163392. OLE color: 7163392.
HSL color Cylindrical-coordinate representation of color #004E6D: hue angle of 197.06º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E6D is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 78 | 109 | - |
| CMYK | 1 | 0.28 | 0 | 0.57 |
| HSL | 197.06º | 1% | 0.21% | - |
| HSV(B) | 197.06º | 1% | 0.43% | - |
| XYZ | 5.48 | 6.55 | 15.44 | - |
| YUV | 58.21 | 156.66 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 109 | 1 | 0.28 | 0 | 0.57 | 197.06 | 1 | 0.21 |
| Hex | 0 | 4E | 6D | 64 | 1C | 0 | 39 | C5 | 64 | 15 |
| Octal | 0 | 116 | 155 | 144 | 34 | 0 | 71 | 305 | 144 | 25 |
| Binary | 0 | 1001110 | 1101101 | 1100100 | 11100 | 0 | 111001 | 11000101 | 1100100 | 10101 |
Color Harmonies of #004E6D
Complementary color
Monochromatic Colors of #004E6D
Black with #004E6D
Text Example
Text Example
White with #004E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E6D; }
p { color: rgb(0,78,109); }
H1.HeaderClassName
{
color: #004E6D;
}
.AnyTagClassName
{
color: #004E6D;
}
</style>
background-color css
<style>
a { background-color: #004E6D; }
a { background-color: rgb(0,78,109); }
div.DivClassName
{
background-color: #004E6D;
}
.BgClassName
{
background-color: #004E6D;
}
</style>
border-color css
<style>
span { border-color: #004E6D; }
span { border-color: rgb(0,78,109); }
td.TdClassName
{
border-color: #004E6D;
}
.TagClassName
{
border-color: #004E6D;
}
</style>