Shades of Blue Lagoon #076473
Tints of Blue Lagoon #076473
RGB
CMYK
RGB Variations
Color information
#076473 (or 0x076473) is known color: Blue Lagoon. HEX triplet: 07, 64 and 73. RGB value is (7,100,115). Sum of RGB (Red+Green+Blue) = 7+100+115=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #076473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076473 is #F89B8C. Grayscale: #494949. Windows color (decimal): -16292749 or 7562247. OLE color: 7562247.
HSL color Cylindrical-coordinate representation of color #076473: hue angle of 188.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076473 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 100 | 115 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.55 |
| HSL | 188.33º | 0.89% | 0.24% | - |
| HSV(B) | 188.33º | 0.94% | 0.45% | - |
| XYZ | 7.74 | 10.4 | 17.82 | - |
| YUV | 73.9 | 151.19 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 115 | 0.94 | 0.13 | 0 | 0.55 | 188.33 | 0.89 | 0.24 |
| Hex | 7 | 64 | 73 | 5E | D | 0 | 37 | BC | 59 | 18 |
| Octal | 7 | 144 | 163 | 136 | 15 | 0 | 67 | 274 | 131 | 30 |
| Binary | 111 | 1100100 | 1110011 | 1011110 | 1101 | 0 | 110111 | 10111100 | 1011001 | 11000 |
Color Harmonies of #076473
Complementary color
Monochromatic Colors of #076473
Black with #076473
Text Example
Text Example
White with #076473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076473; }
p { color: rgb(7,100,115); }
H1.HeaderClassName
{
color: #076473;
}
.AnyTagClassName
{
color: #076473;
}
</style>
background-color css
<style>
a { background-color: #076473; }
a { background-color: rgb(7,100,115); }
div.DivClassName
{
background-color: #076473;
}
.BgClassName
{
background-color: #076473;
}
</style>
border-color css
<style>
span { border-color: #076473; }
span { border-color: rgb(7,100,115); }
td.TdClassName
{
border-color: #076473;
}
.TagClassName
{
border-color: #076473;
}
</style>