Shades of Blue Lagoon #004F6F
Tints of Blue Lagoon #004F6F
RGB
CMYK
RGB Variations
Color information
#004F6F (or 0x004F6F) is known color: Blue Lagoon. HEX triplet: 00, 4F and 6F. RGB value is (0,79,111). Sum of RGB (Red+Green+Blue) = 0+79+111=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #004F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F6F is #FFB090. Grayscale: #3A3A3A. Windows color (decimal): -16756881 or 7294720. OLE color: 7294720.
HSL color Cylindrical-coordinate representation of color #004F6F: hue angle of 197.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F6F is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 79 | 111 | - |
| CMYK | 1 | 0.29 | 0 | 0.56 |
| HSL | 197.3º | 1% | 0.22% | - |
| HSV(B) | 197.3º | 1% | 0.44% | - |
| XYZ | 5.67 | 6.74 | 16.04 | - |
| YUV | 59.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 111 | 1 | 0.29 | 0 | 0.56 | 197.3 | 1 | 0.22 |
| Hex | 0 | 4F | 6F | 64 | 1D | 0 | 38 | C5 | 64 | 16 |
| Octal | 0 | 117 | 157 | 144 | 35 | 0 | 70 | 305 | 144 | 26 |
| Binary | 0 | 1001111 | 1101111 | 1100100 | 11101 | 0 | 111000 | 11000101 | 1100100 | 10110 |
Color Harmonies of #004F6F
Complementary color
Monochromatic Colors of #004F6F
Black with #004F6F
Text Example
Text Example
White with #004F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F6F; }
p { color: rgb(0,79,111); }
H1.HeaderClassName
{
color: #004F6F;
}
.AnyTagClassName
{
color: #004F6F;
}
</style>
background-color css
<style>
a { background-color: #004F6F; }
a { background-color: rgb(0,79,111); }
div.DivClassName
{
background-color: #004F6F;
}
.BgClassName
{
background-color: #004F6F;
}
</style>
border-color css
<style>
span { border-color: #004F6F; }
span { border-color: rgb(0,79,111); }
td.TdClassName
{
border-color: #004F6F;
}
.TagClassName
{
border-color: #004F6F;
}
</style>