Shades of Blue Lagoon #046185
Tints of Blue Lagoon #046185
RGB
CMYK
RGB Variations
Color information
#046185 (or 0x046185) is known color: Blue Lagoon. HEX triplet: 04, 61 and 85. RGB value is (4,97,133). Sum of RGB (Red+Green+Blue) = 4+97+133=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #046185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046185 is #FB9E7A. Grayscale: #494949. Windows color (decimal): -16490107 or 8741124. OLE color: 8741124.
HSL color Cylindrical-coordinate representation of color #046185: hue angle of 196.74º 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 #046185 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 97 | 133 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.48 |
| HSL | 196.74º | 0.94% | 0.27% | - |
| HSV(B) | 196.74º | 0.97% | 0.52% | - |
| XYZ | 8.56 | 10.27 | 23.72 | - |
| YUV | 73.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 97 | 133 | 0.97 | 0.27 | 0 | 0.48 | 196.74 | 0.94 | 0.27 |
| Hex | 4 | 61 | 85 | 61 | 1B | 0 | 30 | C5 | 5E | 1B |
| Octal | 4 | 141 | 205 | 141 | 33 | 0 | 60 | 305 | 136 | 33 |
| Binary | 100 | 1100001 | 10000101 | 1100001 | 11011 | 0 | 110000 | 11000101 | 1011110 | 11011 |
Color Harmonies of #046185
Complementary color
Monochromatic Colors of #046185
Black with #046185
Text Example
Text Example
White with #046185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046185; }
p { color: rgb(4,97,133); }
H1.HeaderClassName
{
color: #046185;
}
.AnyTagClassName
{
color: #046185;
}
</style>
background-color css
<style>
a { background-color: #046185; }
a { background-color: rgb(4,97,133); }
div.DivClassName
{
background-color: #046185;
}
.BgClassName
{
background-color: #046185;
}
</style>
border-color css
<style>
span { border-color: #046185; }
span { border-color: rgb(4,97,133); }
td.TdClassName
{
border-color: #046185;
}
.TagClassName
{
border-color: #046185;
}
</style>