Shades of Blue Lagoon #046069
Tints of Blue Lagoon #046069
RGB
CMYK
RGB Variations
Color information
#046069 (or 0x046069) is known color: Blue Lagoon. HEX triplet: 04, 60 and 69. RGB value is (4,96,105). Sum of RGB (Red+Green+Blue) = 4+96+105=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #046069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046069 is #FB9F96. Grayscale: #454545. Windows color (decimal): -16490391 or 6905860. OLE color: 6905860.
HSL color Cylindrical-coordinate representation of color #046069: hue angle of 185.35º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046069 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 96 | 105 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.59 |
| HSL | 185.35º | 0.93% | 0.21% | - |
| HSV(B) | 185.35º | 0.96% | 0.41% | - |
| XYZ | 6.78 | 9.41 | 14.82 | - |
| YUV | 69.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 105 | 0.96 | 0.09 | 0 | 0.59 | 185.35 | 0.93 | 0.21 |
| Hex | 4 | 60 | 69 | 60 | 9 | 0 | 3B | B9 | 5D | 15 |
| Octal | 4 | 140 | 151 | 140 | 11 | 0 | 73 | 271 | 135 | 25 |
| Binary | 100 | 1100000 | 1101001 | 1100000 | 1001 | 0 | 111011 | 10111001 | 1011101 | 10101 |
Color Harmonies of #046069
Complementary color
Monochromatic Colors of #046069
Black with #046069
Text Example
Text Example
White with #046069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046069; }
p { color: rgb(4,96,105); }
H1.HeaderClassName
{
color: #046069;
}
.AnyTagClassName
{
color: #046069;
}
</style>
background-color css
<style>
a { background-color: #046069; }
a { background-color: rgb(4,96,105); }
div.DivClassName
{
background-color: #046069;
}
.BgClassName
{
background-color: #046069;
}
</style>
border-color css
<style>
span { border-color: #046069; }
span { border-color: rgb(4,96,105); }
td.TdClassName
{
border-color: #046069;
}
.TagClassName
{
border-color: #046069;
}
</style>