Shades of Blue Lagoon #076479
Tints of Blue Lagoon #076479
RGB
CMYK
RGB Variations
Color information
#076479 (or 0x076479) is known color: Blue Lagoon. HEX triplet: 07, 64 and 79. RGB value is (7,100,121). Sum of RGB (Red+Green+Blue) = 7+100+121=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #076479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076479 is #F89B86. Grayscale: #4A4A4A. Windows color (decimal): -16292743 or 7955463. OLE color: 7955463.
HSL color Cylindrical-coordinate representation of color #076479: hue angle of 191.05º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076479 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 100 | 121 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.53 |
| HSL | 191.05º | 0.89% | 0.25% | - |
| HSV(B) | 191.05º | 0.94% | 0.47% | - |
| XYZ | 8.1 | 10.54 | 19.7 | - |
| YUV | 74.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 121 | 0.94 | 0.17 | 0 | 0.53 | 191.05 | 0.89 | 0.25 |
| Hex | 7 | 64 | 79 | 5E | 11 | 0 | 35 | BF | 59 | 19 |
| Octal | 7 | 144 | 171 | 136 | 21 | 0 | 65 | 277 | 131 | 31 |
| Binary | 111 | 1100100 | 1111001 | 1011110 | 10001 | 0 | 110101 | 10111111 | 1011001 | 11001 |
Color Harmonies of #076479
Complementary color
Monochromatic Colors of #076479
Black with #076479
Text Example
Text Example
White with #076479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076479; }
p { color: rgb(7,100,121); }
H1.HeaderClassName
{
color: #076479;
}
.AnyTagClassName
{
color: #076479;
}
</style>
background-color css
<style>
a { background-color: #076479; }
a { background-color: rgb(7,100,121); }
div.DivClassName
{
background-color: #076479;
}
.BgClassName
{
background-color: #076479;
}
</style>
border-color css
<style>
span { border-color: #076479; }
span { border-color: rgb(7,100,121); }
td.TdClassName
{
border-color: #076479;
}
.TagClassName
{
border-color: #076479;
}
</style>