Shades of Blue Lagoon #046574
Tints of Blue Lagoon #046574
RGB
CMYK
RGB Variations
Color information
#046574 (or 0x046574) is known color: Blue Lagoon. HEX triplet: 04, 65 and 74. RGB value is (4,101,116). Sum of RGB (Red+Green+Blue) = 4+101+116=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #046574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046574 is #FB9A8B. Grayscale: #494949. Windows color (decimal): -16489100 or 7628036. OLE color: 7628036.
HSL color Cylindrical-coordinate representation of color #046574: hue angle of 188.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046574 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 101 | 116 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.55 |
| HSL | 188.04º | 0.93% | 0.24% | - |
| HSV(B) | 188.04º | 0.97% | 0.45% | - |
| XYZ | 7.86 | 10.59 | 18.15 | - |
| YUV | 73.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 116 | 0.97 | 0.13 | 0 | 0.55 | 188.04 | 0.93 | 0.24 |
| Hex | 4 | 65 | 74 | 61 | D | 0 | 37 | BC | 5D | 18 |
| Octal | 4 | 145 | 164 | 141 | 15 | 0 | 67 | 274 | 135 | 30 |
| Binary | 100 | 1100101 | 1110100 | 1100001 | 1101 | 0 | 110111 | 10111100 | 1011101 | 11000 |
Color Harmonies of #046574
Complementary color
Monochromatic Colors of #046574
Black with #046574
Text Example
Text Example
White with #046574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046574; }
p { color: rgb(4,101,116); }
H1.HeaderClassName
{
color: #046574;
}
.AnyTagClassName
{
color: #046574;
}
</style>
background-color css
<style>
a { background-color: #046574; }
a { background-color: rgb(4,101,116); }
div.DivClassName
{
background-color: #046574;
}
.BgClassName
{
background-color: #046574;
}
</style>
border-color css
<style>
span { border-color: #046574; }
span { border-color: rgb(4,101,116); }
td.TdClassName
{
border-color: #046574;
}
.TagClassName
{
border-color: #046574;
}
</style>