Shades of Blue Lagoon #004E6A
Tints of Blue Lagoon #004E6A
RGB
CMYK
RGB Variations
Color information
#004E6A (or 0x004E6A) is known color: Blue Lagoon. HEX triplet: 00, 4E and 6A. RGB value is (0,78,106). Sum of RGB (Red+Green+Blue) = 0+78+106=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 106 (41.80% from 255 or 57.61% from 184); Max value from RGB is 106 - color contains mainly: blue. Hex color #004E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E6A is #FFB195. Grayscale: #393939. Windows color (decimal): -16757142 or 6966784. OLE color: 6966784.
HSL color Cylindrical-coordinate representation of color #004E6A: hue angle of 195.85º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E6A is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 78 | 106 | - |
| CMYK | 1 | 0.26 | 0 | 0.58 |
| HSL | 195.85º | 1% | 0.21% | - |
| HSV(B) | 195.85º | 1% | 0.42% | - |
| XYZ | 5.33 | 6.49 | 14.61 | - |
| YUV | 57.87 | 155.16 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 106 | 1 | 0.26 | 0 | 0.58 | 195.85 | 1 | 0.21 |
| Hex | 0 | 4E | 6A | 64 | 1A | 0 | 3A | C4 | 64 | 15 |
| Octal | 0 | 116 | 152 | 144 | 32 | 0 | 72 | 304 | 144 | 25 |
| Binary | 0 | 1001110 | 1101010 | 1100100 | 11010 | 0 | 111010 | 11000100 | 1100100 | 10101 |
Color Harmonies of #004E6A
Complementary color
Monochromatic Colors of #004E6A
Black with #004E6A
Text Example
Text Example
White with #004E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E6A; }
p { color: rgb(0,78,106); }
H1.HeaderClassName
{
color: #004E6A;
}
.AnyTagClassName
{
color: #004E6A;
}
</style>
background-color css
<style>
a { background-color: #004E6A; }
a { background-color: rgb(0,78,106); }
div.DivClassName
{
background-color: #004E6A;
}
.BgClassName
{
background-color: #004E6A;
}
</style>
border-color css
<style>
span { border-color: #004E6A; }
span { border-color: rgb(0,78,106); }
td.TdClassName
{
border-color: #004E6A;
}
.TagClassName
{
border-color: #004E6A;
}
</style>