Shades of Blue Lagoon #046869
Tints of Blue Lagoon #046869
RGB
CMYK
RGB Variations
Color information
#046869 (or 0x046869) is known color: Blue Lagoon. HEX triplet: 04, 68 and 69. RGB value is (4,104,105). Sum of RGB (Red+Green+Blue) = 4+104+105=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #046869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046869 is #FB9796. Grayscale: #4A4A4A. Windows color (decimal): -16488343 or 6907908. OLE color: 6907908.
HSL color Cylindrical-coordinate representation of color #046869: hue angle of 180.59º 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 #046869 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 105 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.59 |
| HSL | 180.59º | 0.93% | 0.21% | - |
| HSV(B) | 180.59º | 0.96% | 0.41% | - |
| XYZ | 7.55 | 10.95 | 15.08 | - |
| YUV | 74.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 105 | 0.96 | 0.01 | 0 | 0.59 | 180.59 | 0.93 | 0.21 |
| Hex | 4 | 68 | 69 | 60 | 1 | 0 | 3B | B5 | 5D | 15 |
| Octal | 4 | 150 | 151 | 140 | 1 | 0 | 73 | 265 | 135 | 25 |
| Binary | 100 | 1101000 | 1101001 | 1100000 | 1 | 0 | 111011 | 10110101 | 1011101 | 10101 |
Color Harmonies of #046869
Complementary color
Monochromatic Colors of #046869
Black with #046869
Text Example
Text Example
White with #046869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046869; }
p { color: rgb(4,104,105); }
H1.HeaderClassName
{
color: #046869;
}
.AnyTagClassName
{
color: #046869;
}
</style>
background-color css
<style>
a { background-color: #046869; }
a { background-color: rgb(4,104,105); }
div.DivClassName
{
background-color: #046869;
}
.BgClassName
{
background-color: #046869;
}
</style>
border-color css
<style>
span { border-color: #046869; }
span { border-color: rgb(4,104,105); }
td.TdClassName
{
border-color: #046869;
}
.TagClassName
{
border-color: #046869;
}
</style>