Shades of Blue Lagoon #004F6C
Tints of Blue Lagoon #004F6C
RGB
CMYK
RGB Variations
Color information
#004F6C (or 0x004F6C) is known color: Blue Lagoon. HEX triplet: 00, 4F and 6C. RGB value is (0,79,108). Sum of RGB (Red+Green+Blue) = 0+79+108=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #004F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F6C is #FFB093. Grayscale: #3A3A3A. Windows color (decimal): -16756884 or 7098112. OLE color: 7098112.
HSL color Cylindrical-coordinate representation of color #004F6C: hue angle of 196.11º 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 #004F6C is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 79 | 108 | - |
| CMYK | 1 | 0.27 | 0 | 0.58 |
| HSL | 196.11º | 1% | 0.21% | - |
| HSV(B) | 196.11º | 1% | 0.42% | - |
| XYZ | 5.5 | 6.67 | 15.19 | - |
| YUV | 58.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 108 | 1 | 0.27 | 0 | 0.58 | 196.11 | 1 | 0.21 |
| Hex | 0 | 4F | 6C | 64 | 1B | 0 | 3A | C4 | 64 | 15 |
| Octal | 0 | 117 | 154 | 144 | 33 | 0 | 72 | 304 | 144 | 25 |
| Binary | 0 | 1001111 | 1101100 | 1100100 | 11011 | 0 | 111010 | 11000100 | 1100100 | 10101 |
Color Harmonies of #004F6C
Complementary color
Monochromatic Colors of #004F6C
Black with #004F6C
Text Example
Text Example
White with #004F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F6C; }
p { color: rgb(0,79,108); }
H1.HeaderClassName
{
color: #004F6C;
}
.AnyTagClassName
{
color: #004F6C;
}
</style>
background-color css
<style>
a { background-color: #004F6C; }
a { background-color: rgb(0,79,108); }
div.DivClassName
{
background-color: #004F6C;
}
.BgClassName
{
background-color: #004F6C;
}
</style>
border-color css
<style>
span { border-color: #004F6C; }
span { border-color: rgb(0,79,108); }
td.TdClassName
{
border-color: #004F6C;
}
.TagClassName
{
border-color: #004F6C;
}
</style>