Shades of Blue Lagoon #046785
Tints of Blue Lagoon #046785
RGB
CMYK
RGB Variations
Color information
#046785 (or 0x046785) is known color: Blue Lagoon. HEX triplet: 04, 67 and 85. RGB value is (4,103,133). Sum of RGB (Red+Green+Blue) = 4+103+133=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #046785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046785 is #FB987A. Grayscale: #4C4C4C. Windows color (decimal): -16488571 or 8742660. OLE color: 8742660.
HSL color Cylindrical-coordinate representation of color #046785: hue angle of 193.95º 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 #046785 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 103 | 133 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.48 |
| HSL | 193.95º | 0.94% | 0.27% | - |
| HSV(B) | 193.95º | 0.97% | 0.52% | - |
| XYZ | 9.13 | 11.42 | 23.91 | - |
| YUV | 76.82 | 159.7 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 133 | 0.97 | 0.23 | 0 | 0.48 | 193.95 | 0.94 | 0.27 |
| Hex | 4 | 67 | 85 | 61 | 17 | 0 | 30 | C2 | 5E | 1B |
| Octal | 4 | 147 | 205 | 141 | 27 | 0 | 60 | 302 | 136 | 33 |
| Binary | 100 | 1100111 | 10000101 | 1100001 | 10111 | 0 | 110000 | 11000010 | 1011110 | 11011 |
Color Harmonies of #046785
Complementary color
Monochromatic Colors of #046785
Black with #046785
Text Example
Text Example
White with #046785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046785; }
p { color: rgb(4,103,133); }
H1.HeaderClassName
{
color: #046785;
}
.AnyTagClassName
{
color: #046785;
}
</style>
background-color css
<style>
a { background-color: #046785; }
a { background-color: rgb(4,103,133); }
div.DivClassName
{
background-color: #046785;
}
.BgClassName
{
background-color: #046785;
}
</style>
border-color css
<style>
span { border-color: #046785; }
span { border-color: rgb(4,103,133); }
td.TdClassName
{
border-color: #046785;
}
.TagClassName
{
border-color: #046785;
}
</style>