Shades of Blue Lagoon #046789
Tints of Blue Lagoon #046789
RGB
CMYK
RGB Variations
Color information
#046789 (or 0x046789) is known color: Blue Lagoon. HEX triplet: 04, 67 and 89. RGB value is (4,103,137). Sum of RGB (Red+Green+Blue) = 4+103+137=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #046789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046789 is #FB9876. Grayscale: #4D4D4D. Windows color (decimal): -16488567 or 9004804. OLE color: 9004804.
HSL color Cylindrical-coordinate representation of color #046789: hue angle of 195.34º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046789 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 103 | 137 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.46 |
| HSL | 195.34º | 0.94% | 0.28% | - |
| HSV(B) | 195.34º | 0.97% | 0.54% | - |
| XYZ | 9.42 | 11.53 | 25.4 | - |
| YUV | 77.28 | 161.7 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 137 | 0.97 | 0.25 | 0 | 0.46 | 195.34 | 0.94 | 0.28 |
| Hex | 4 | 67 | 89 | 61 | 19 | 0 | 2E | C3 | 5E | 1C |
| Octal | 4 | 147 | 211 | 141 | 31 | 0 | 56 | 303 | 136 | 34 |
| Binary | 100 | 1100111 | 10001001 | 1100001 | 11001 | 0 | 101110 | 11000011 | 1011110 | 11100 |
Color Harmonies of #046789
Complementary color
Monochromatic Colors of #046789
Black with #046789
Text Example
Text Example
White with #046789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046789; }
p { color: rgb(4,103,137); }
H1.HeaderClassName
{
color: #046789;
}
.AnyTagClassName
{
color: #046789;
}
</style>
background-color css
<style>
a { background-color: #046789; }
a { background-color: rgb(4,103,137); }
div.DivClassName
{
background-color: #046789;
}
.BgClassName
{
background-color: #046789;
}
</style>
border-color css
<style>
span { border-color: #046789; }
span { border-color: rgb(4,103,137); }
td.TdClassName
{
border-color: #046789;
}
.TagClassName
{
border-color: #046789;
}
</style>