Shades of Blue Lagoon #046573
Tints of Blue Lagoon #046573
RGB
CMYK
RGB Variations
Color information
#046573 (or 0x046573) is known color: Blue Lagoon. HEX triplet: 04, 65 and 73. RGB value is (4,101,115). Sum of RGB (Red+Green+Blue) = 4+101+115=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #046573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046573 is #FB9A8C. Grayscale: #494949. Windows color (decimal): -16489101 or 7562500. OLE color: 7562500.
HSL color Cylindrical-coordinate representation of color #046573: hue angle of 187.57º 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 #046573 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 101 | 115 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.55 |
| HSL | 187.57º | 0.93% | 0.23% | - |
| HSV(B) | 187.57º | 0.97% | 0.45% | - |
| XYZ | 7.8 | 10.57 | 17.85 | - |
| YUV | 73.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 115 | 0.97 | 0.12 | 0 | 0.55 | 187.57 | 0.93 | 0.23 |
| Hex | 4 | 65 | 73 | 61 | C | 0 | 37 | BC | 5D | 17 |
| Octal | 4 | 145 | 163 | 141 | 14 | 0 | 67 | 274 | 135 | 27 |
| Binary | 100 | 1100101 | 1110011 | 1100001 | 1100 | 0 | 110111 | 10111100 | 1011101 | 10111 |
Color Harmonies of #046573
Complementary color
Monochromatic Colors of #046573
Black with #046573
Text Example
Text Example
White with #046573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046573; }
p { color: rgb(4,101,115); }
H1.HeaderClassName
{
color: #046573;
}
.AnyTagClassName
{
color: #046573;
}
</style>
background-color css
<style>
a { background-color: #046573; }
a { background-color: rgb(4,101,115); }
div.DivClassName
{
background-color: #046573;
}
.BgClassName
{
background-color: #046573;
}
</style>
border-color css
<style>
span { border-color: #046573; }
span { border-color: rgb(4,101,115); }
td.TdClassName
{
border-color: #046573;
}
.TagClassName
{
border-color: #046573;
}
</style>