Shades of Blue Lagoon #046566
Tints of Blue Lagoon #046566
RGB
CMYK
RGB Variations
Color information
#046566 (or 0x046566) is known color: Blue Lagoon. HEX triplet: 04, 65 and 66. RGB value is (4,101,102). Sum of RGB (Red+Green+Blue) = 4+101+102=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #046566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046566 is #FB9A99. Grayscale: #484848. Windows color (decimal): -16489114 or 6710532. OLE color: 6710532.
HSL color Cylindrical-coordinate representation of color #046566: hue angle of 180.61º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046566 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 101 | 102 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.6 |
| HSL | 180.61º | 0.92% | 0.21% | - |
| HSV(B) | 180.61º | 0.96% | 0.4% | - |
| XYZ | 7.1 | 10.29 | 14.18 | - |
| YUV | 72.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 102 | 0.96 | 0.01 | 0 | 0.6 | 180.61 | 0.92 | 0.21 |
| Hex | 4 | 65 | 66 | 60 | 1 | 0 | 3C | B5 | 5C | 15 |
| Octal | 4 | 145 | 146 | 140 | 1 | 0 | 74 | 265 | 134 | 25 |
| Binary | 100 | 1100101 | 1100110 | 1100000 | 1 | 0 | 111100 | 10110101 | 1011100 | 10101 |
Color Harmonies of #046566
Complementary color
Monochromatic Colors of #046566
Black with #046566
Text Example
Text Example
White with #046566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046566; }
p { color: rgb(4,101,102); }
H1.HeaderClassName
{
color: #046566;
}
.AnyTagClassName
{
color: #046566;
}
</style>
background-color css
<style>
a { background-color: #046566; }
a { background-color: rgb(4,101,102); }
div.DivClassName
{
background-color: #046566;
}
.BgClassName
{
background-color: #046566;
}
</style>
border-color css
<style>
span { border-color: #046566; }
span { border-color: rgb(4,101,102); }
td.TdClassName
{
border-color: #046566;
}
.TagClassName
{
border-color: #046566;
}
</style>