Shades of Blue Lagoon #046873
Tints of Blue Lagoon #046873
RGB
CMYK
RGB Variations
Color information
#046873 (or 0x046873) is known color: Blue Lagoon. HEX triplet: 04, 68 and 73. RGB value is (4,104,115). Sum of RGB (Red+Green+Blue) = 4+104+115=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #046873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046873 is #FB978C. Grayscale: #4B4B4B. Windows color (decimal): -16488333 or 7563268. OLE color: 7563268.
HSL color Cylindrical-coordinate representation of color #046873: hue angle of 185.95º 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 #046873 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 104 | 115 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.55 |
| HSL | 185.95º | 0.93% | 0.23% | - |
| HSV(B) | 185.95º | 0.97% | 0.45% | - |
| XYZ | 8.09 | 11.16 | 17.95 | - |
| YUV | 75.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 115 | 0.97 | 0.10 | 0 | 0.55 | 185.95 | 0.93 | 0.23 |
| Hex | 4 | 68 | 73 | 61 | A | 0 | 37 | BA | 5D | 17 |
| Octal | 4 | 150 | 163 | 141 | 12 | 0 | 67 | 272 | 135 | 27 |
| Binary | 100 | 1101000 | 1110011 | 1100001 | 1010 | 0 | 110111 | 10111010 | 1011101 | 10111 |
Color Harmonies of #046873
Complementary color
Monochromatic Colors of #046873
Black with #046873
Text Example
Text Example
White with #046873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046873; }
p { color: rgb(4,104,115); }
H1.HeaderClassName
{
color: #046873;
}
.AnyTagClassName
{
color: #046873;
}
</style>
background-color css
<style>
a { background-color: #046873; }
a { background-color: rgb(4,104,115); }
div.DivClassName
{
background-color: #046873;
}
.BgClassName
{
background-color: #046873;
}
</style>
border-color css
<style>
span { border-color: #046873; }
span { border-color: rgb(4,104,115); }
td.TdClassName
{
border-color: #046873;
}
.TagClassName
{
border-color: #046873;
}
</style>