Shades of Blue Lagoon #046B73
Tints of Blue Lagoon #046B73
RGB
CMYK
RGB Variations
Color information
#046B73 (or 0x046B73) is known color: Blue Lagoon. HEX triplet: 04, 6B and 73. RGB value is (4,107,115). Sum of RGB (Red+Green+Blue) = 4+107+115=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #046B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B73 is #FB948C. Grayscale: #4C4C4C. Windows color (decimal): -16487565 or 7564036. OLE color: 7564036.
HSL color Cylindrical-coordinate representation of color #046B73: hue angle of 184.32º 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 #046B73 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 107 | 115 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.55 |
| HSL | 184.32º | 0.93% | 0.23% | - |
| HSV(B) | 184.32º | 0.97% | 0.45% | - |
| XYZ | 8.4 | 11.78 | 18.05 | - |
| YUV | 77.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 115 | 0.97 | 0.07 | 0 | 0.55 | 184.32 | 0.93 | 0.23 |
| Hex | 4 | 6B | 73 | 61 | 7 | 0 | 37 | B8 | 5D | 17 |
| Octal | 4 | 153 | 163 | 141 | 7 | 0 | 67 | 270 | 135 | 27 |
| Binary | 100 | 1101011 | 1110011 | 1100001 | 111 | 0 | 110111 | 10111000 | 1011101 | 10111 |
Color Harmonies of #046B73
Complementary color
Monochromatic Colors of #046B73
Black with #046B73
Text Example
Text Example
White with #046B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046B73; }
p { color: rgb(4,107,115); }
H1.HeaderClassName
{
color: #046B73;
}
.AnyTagClassName
{
color: #046B73;
}
</style>
background-color css
<style>
a { background-color: #046B73; }
a { background-color: rgb(4,107,115); }
div.DivClassName
{
background-color: #046B73;
}
.BgClassName
{
background-color: #046B73;
}
</style>
border-color css
<style>
span { border-color: #046B73; }
span { border-color: rgb(4,107,115); }
td.TdClassName
{
border-color: #046B73;
}
.TagClassName
{
border-color: #046B73;
}
</style>