Shades of Blue Lagoon #046386
Tints of Blue Lagoon #046386
RGB
CMYK
RGB Variations
Color information
#046386 (or 0x046386) is known color: Blue Lagoon. HEX triplet: 04, 63 and 86. RGB value is (4,99,134). Sum of RGB (Red+Green+Blue) = 4+99+134=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #046386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046386 is #FB9C79. Grayscale: #4A4A4A. Windows color (decimal): -16489594 or 8807172. OLE color: 8807172.
HSL color Cylindrical-coordinate representation of color #046386: hue angle of 196.15º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046386 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 99 | 134 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.47 |
| HSL | 196.15º | 0.94% | 0.27% | - |
| HSV(B) | 196.15º | 0.97% | 0.53% | - |
| XYZ | 8.81 | 10.67 | 24.15 | - |
| YUV | 74.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 134 | 0.97 | 0.26 | 0 | 0.47 | 196.15 | 0.94 | 0.27 |
| Hex | 4 | 63 | 86 | 61 | 1A | 0 | 2F | C4 | 5E | 1B |
| Octal | 4 | 143 | 206 | 141 | 32 | 0 | 57 | 304 | 136 | 33 |
| Binary | 100 | 1100011 | 10000110 | 1100001 | 11010 | 0 | 101111 | 11000100 | 1011110 | 11011 |
Color Harmonies of #046386
Complementary color
Monochromatic Colors of #046386
Black with #046386
Text Example
Text Example
White with #046386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046386; }
p { color: rgb(4,99,134); }
H1.HeaderClassName
{
color: #046386;
}
.AnyTagClassName
{
color: #046386;
}
</style>
background-color css
<style>
a { background-color: #046386; }
a { background-color: rgb(4,99,134); }
div.DivClassName
{
background-color: #046386;
}
.BgClassName
{
background-color: #046386;
}
</style>
border-color css
<style>
span { border-color: #046386; }
span { border-color: rgb(4,99,134); }
td.TdClassName
{
border-color: #046386;
}
.TagClassName
{
border-color: #046386;
}
</style>