Shades of Blue Lagoon #004F70
Tints of Blue Lagoon #004F70
RGB
CMYK
RGB Variations
Color information
#004F70 (or 0x004F70) is known color: Blue Lagoon. HEX triplet: 00, 4F and 70. RGB value is (0,79,112). Sum of RGB (Red+Green+Blue) = 0+79+112=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #004F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F70 is #FFB08F. Grayscale: #3A3A3A. Windows color (decimal): -16756880 or 7360256. OLE color: 7360256.
HSL color Cylindrical-coordinate representation of color #004F70: hue angle of 197.68º 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 #004F70 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 79 | 112 | - |
| CMYK | 1 | 0.29 | 0 | 0.56 |
| HSL | 197.68º | 1% | 0.22% | - |
| HSV(B) | 197.68º | 1% | 0.44% | - |
| XYZ | 5.72 | 6.76 | 16.33 | - |
| YUV | 59.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 112 | 1 | 0.29 | 0 | 0.56 | 197.68 | 1 | 0.22 |
| Hex | 0 | 4F | 70 | 64 | 1D | 0 | 38 | C6 | 64 | 16 |
| Octal | 0 | 117 | 160 | 144 | 35 | 0 | 70 | 306 | 144 | 26 |
| Binary | 0 | 1001111 | 1110000 | 1100100 | 11101 | 0 | 111000 | 11000110 | 1100100 | 10110 |
Color Harmonies of #004F70
Complementary color
Monochromatic Colors of #004F70
Black with #004F70
Text Example
Text Example
White with #004F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F70; }
p { color: rgb(0,79,112); }
H1.HeaderClassName
{
color: #004F70;
}
.AnyTagClassName
{
color: #004F70;
}
</style>
background-color css
<style>
a { background-color: #004F70; }
a { background-color: rgb(0,79,112); }
div.DivClassName
{
background-color: #004F70;
}
.BgClassName
{
background-color: #004F70;
}
</style>
border-color css
<style>
span { border-color: #004F70; }
span { border-color: rgb(0,79,112); }
td.TdClassName
{
border-color: #004F70;
}
.TagClassName
{
border-color: #004F70;
}
</style>