Shades of Blue Lagoon #046A85
Tints of Blue Lagoon #046A85
RGB
CMYK
RGB Variations
Color information
#046A85 (or 0x046A85) is known color: Blue Lagoon. HEX triplet: 04, 6A and 85. RGB value is (4,106,133). Sum of RGB (Red+Green+Blue) = 4+106+133=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #046A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046A85 is #FB957A. Grayscale: #4E4E4E. Windows color (decimal): -16487803 or 8743428. OLE color: 8743428.
HSL color Cylindrical-coordinate representation of color #046A85: hue angle of 192.56º 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 #046A85 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 106 | 133 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.48 |
| HSL | 192.56º | 0.94% | 0.27% | - |
| HSV(B) | 192.56º | 0.97% | 0.52% | - |
| XYZ | 9.44 | 12.03 | 24.01 | - |
| YUV | 78.58 | 158.71 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 133 | 0.97 | 0.20 | 0 | 0.48 | 192.56 | 0.94 | 0.27 |
| Hex | 4 | 6A | 85 | 61 | 14 | 0 | 30 | C1 | 5E | 1B |
| Octal | 4 | 152 | 205 | 141 | 24 | 0 | 60 | 301 | 136 | 33 |
| Binary | 100 | 1101010 | 10000101 | 1100001 | 10100 | 0 | 110000 | 11000001 | 1011110 | 11011 |
Color Harmonies of #046A85
Complementary color
Monochromatic Colors of #046A85
Black with #046A85
Text Example
Text Example
White with #046A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046A85; }
p { color: rgb(4,106,133); }
H1.HeaderClassName
{
color: #046A85;
}
.AnyTagClassName
{
color: #046A85;
}
</style>
background-color css
<style>
a { background-color: #046A85; }
a { background-color: rgb(4,106,133); }
div.DivClassName
{
background-color: #046A85;
}
.BgClassName
{
background-color: #046A85;
}
</style>
border-color css
<style>
span { border-color: #046A85; }
span { border-color: rgb(4,106,133); }
td.TdClassName
{
border-color: #046A85;
}
.TagClassName
{
border-color: #046A85;
}
</style>