Shades of Blue Lagoon #046073
Tints of Blue Lagoon #046073
RGB
CMYK
RGB Variations
Color information
#046073 (or 0x046073) is known color: Blue Lagoon. HEX triplet: 04, 60 and 73. RGB value is (4,96,115). Sum of RGB (Red+Green+Blue) = 4+96+115=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #046073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046073 is #FB9F8C. Grayscale: #464646. Windows color (decimal): -16490381 or 7561220. OLE color: 7561220.
HSL color Cylindrical-coordinate representation of color #046073: hue angle of 190.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046073 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 96 | 115 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.55 |
| HSL | 190.27º | 0.93% | 0.23% | - |
| HSV(B) | 190.27º | 0.97% | 0.45% | - |
| XYZ | 7.33 | 9.63 | 17.69 | - |
| YUV | 70.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 115 | 0.97 | 0.17 | 0 | 0.55 | 190.27 | 0.93 | 0.23 |
| Hex | 4 | 60 | 73 | 61 | 11 | 0 | 37 | BE | 5D | 17 |
| Octal | 4 | 140 | 163 | 141 | 21 | 0 | 67 | 276 | 135 | 27 |
| Binary | 100 | 1100000 | 1110011 | 1100001 | 10001 | 0 | 110111 | 10111110 | 1011101 | 10111 |
Color Harmonies of #046073
Complementary color
Monochromatic Colors of #046073
Black with #046073
Text Example
Text Example
White with #046073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046073; }
p { color: rgb(4,96,115); }
H1.HeaderClassName
{
color: #046073;
}
.AnyTagClassName
{
color: #046073;
}
</style>
background-color css
<style>
a { background-color: #046073; }
a { background-color: rgb(4,96,115); }
div.DivClassName
{
background-color: #046073;
}
.BgClassName
{
background-color: #046073;
}
</style>
border-color css
<style>
span { border-color: #046073; }
span { border-color: rgb(4,96,115); }
td.TdClassName
{
border-color: #046073;
}
.TagClassName
{
border-color: #046073;
}
</style>