Shades of Blue Lagoon #046882
Tints of Blue Lagoon #046882
RGB
CMYK
RGB Variations
Color information
#046882 (or 0x046882) is known color: Blue Lagoon. HEX triplet: 04, 68 and 82. RGB value is (4,104,130). Sum of RGB (Red+Green+Blue) = 4+104+130=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #046882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046882 is #FB977D. Grayscale: #4C4C4C. Windows color (decimal): -16488318 or 8546308. OLE color: 8546308.
HSL color Cylindrical-coordinate representation of color #046882: hue angle of 192.38º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046882 is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 104 | 130 | - |
| CMYK | 0.97 | 0.2 | 0 | 0.49 |
| HSL | 192.38º | 0.94% | 0.26% | - |
| HSV(B) | 192.38º | 0.97% | 0.51% | - |
| XYZ | 9.03 | 11.54 | 22.87 | - |
| YUV | 77.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 130 | 0.97 | 0.2 | 0 | 0.49 | 192.38 | 0.94 | 0.26 |
| Hex | 4 | 68 | 82 | 61 | 14 | 0 | 31 | C0 | 5E | 1A |
| Octal | 4 | 150 | 202 | 141 | 24 | 0 | 61 | 300 | 136 | 32 |
| Binary | 100 | 1101000 | 10000010 | 1100001 | 10100 | 0 | 110001 | 11000000 | 1011110 | 11010 |
Color Harmonies of #046882
Complementary color
Monochromatic Colors of #046882
Black with #046882
Text Example
Text Example
White with #046882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046882; }
p { color: rgb(4,104,130); }
H1.HeaderClassName
{
color: #046882;
}
.AnyTagClassName
{
color: #046882;
}
</style>
background-color css
<style>
a { background-color: #046882; }
a { background-color: rgb(4,104,130); }
div.DivClassName
{
background-color: #046882;
}
.BgClassName
{
background-color: #046882;
}
</style>
border-color css
<style>
span { border-color: #046882; }
span { border-color: rgb(4,104,130); }
td.TdClassName
{
border-color: #046882;
}
.TagClassName
{
border-color: #046882;
}
</style>