Shades of Blue Lagoon #046C85
Tints of Blue Lagoon #046C85
RGB
CMYK
RGB Variations
Color information
#046C85 (or 0x046C85) is known color: Blue Lagoon. HEX triplet: 04, 6C and 85. RGB value is (4,108,133). Sum of RGB (Red+Green+Blue) = 4+108+133=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #046C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046C85 is #FB937A. Grayscale: #4F4F4F. Windows color (decimal): -16487291 or 8743940. OLE color: 8743940.
HSL color Cylindrical-coordinate representation of color #046C85: hue angle of 191.63º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046C85 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 108 | 133 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.48 |
| HSL | 191.63º | 0.94% | 0.27% | - |
| HSV(B) | 191.63º | 0.97% | 0.52% | - |
| XYZ | 9.65 | 12.44 | 24.08 | - |
| YUV | 79.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 133 | 0.97 | 0.19 | 0 | 0.48 | 191.63 | 0.94 | 0.27 |
| Hex | 4 | 6C | 85 | 61 | 13 | 0 | 30 | C0 | 5E | 1B |
| Octal | 4 | 154 | 205 | 141 | 23 | 0 | 60 | 300 | 136 | 33 |
| Binary | 100 | 1101100 | 10000101 | 1100001 | 10011 | 0 | 110000 | 11000000 | 1011110 | 11011 |
Color Harmonies of #046C85
Complementary color
Monochromatic Colors of #046C85
Black with #046C85
Text Example
Text Example
White with #046C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C85; }
p { color: rgb(4,108,133); }
H1.HeaderClassName
{
color: #046C85;
}
.AnyTagClassName
{
color: #046C85;
}
</style>
background-color css
<style>
a { background-color: #046C85; }
a { background-color: rgb(4,108,133); }
div.DivClassName
{
background-color: #046C85;
}
.BgClassName
{
background-color: #046C85;
}
</style>
border-color css
<style>
span { border-color: #046C85; }
span { border-color: rgb(4,108,133); }
td.TdClassName
{
border-color: #046C85;
}
.TagClassName
{
border-color: #046C85;
}
</style>