Shades of Blue Lagoon #046385
Tints of Blue Lagoon #046385
RGB
CMYK
RGB Variations
Color information
#046385 (or 0x046385) is known color: Blue Lagoon. HEX triplet: 04, 63 and 85. RGB value is (4,99,133). Sum of RGB (Red+Green+Blue) = 4+99+133=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #046385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046385 is #FB9C7A. Grayscale: #4A4A4A. Windows color (decimal): -16489595 or 8741636. OLE color: 8741636.
HSL color Cylindrical-coordinate representation of color #046385: hue angle of 195.81º 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 #046385 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 99 | 133 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.48 |
| HSL | 195.81º | 0.94% | 0.27% | - |
| HSV(B) | 195.81º | 0.97% | 0.52% | - |
| XYZ | 8.75 | 10.64 | 23.78 | - |
| YUV | 74.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 133 | 0.97 | 0.26 | 0 | 0.48 | 195.81 | 0.94 | 0.27 |
| Hex | 4 | 63 | 85 | 61 | 1A | 0 | 30 | C4 | 5E | 1B |
| Octal | 4 | 143 | 205 | 141 | 32 | 0 | 60 | 304 | 136 | 33 |
| Binary | 100 | 1100011 | 10000101 | 1100001 | 11010 | 0 | 110000 | 11000100 | 1011110 | 11011 |
Color Harmonies of #046385
Complementary color
Monochromatic Colors of #046385
Black with #046385
Text Example
Text Example
White with #046385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046385; }
p { color: rgb(4,99,133); }
H1.HeaderClassName
{
color: #046385;
}
.AnyTagClassName
{
color: #046385;
}
</style>
background-color css
<style>
a { background-color: #046385; }
a { background-color: rgb(4,99,133); }
div.DivClassName
{
background-color: #046385;
}
.BgClassName
{
background-color: #046385;
}
</style>
border-color css
<style>
span { border-color: #046385; }
span { border-color: rgb(4,99,133); }
td.TdClassName
{
border-color: #046385;
}
.TagClassName
{
border-color: #046385;
}
</style>