Shades of Blue Lagoon #046780
Tints of Blue Lagoon #046780
RGB
CMYK
RGB Variations
Color information
#046780 (or 0x046780) is known color: Blue Lagoon. HEX triplet: 04, 67 and 80. RGB value is (4,103,128). Sum of RGB (Red+Green+Blue) = 4+103+128=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #046780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046780 is #FB987F. Grayscale: #4C4C4C. Windows color (decimal): -16488576 or 8414980. OLE color: 8414980.
HSL color Cylindrical-coordinate representation of color #046780: hue angle of 192.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046780 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 103 | 128 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.50 |
| HSL | 192.1º | 0.94% | 0.26% | - |
| HSV(B) | 192.1º | 0.97% | 0.5% | - |
| XYZ | 8.8 | 11.28 | 22.14 | - |
| YUV | 76.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 128 | 0.97 | 0.20 | 0 | 0.50 | 192.1 | 0.94 | 0.26 |
| Hex | 4 | 67 | 80 | 61 | 14 | 0 | 32 | C0 | 5E | 1A |
| Octal | 4 | 147 | 200 | 141 | 24 | 0 | 62 | 300 | 136 | 32 |
| Binary | 100 | 1100111 | 10000000 | 1100001 | 10100 | 0 | 110010 | 11000000 | 1011110 | 11010 |
Color Harmonies of #046780
Complementary color
Monochromatic Colors of #046780
Black with #046780
Text Example
Text Example
White with #046780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046780; }
p { color: rgb(4,103,128); }
H1.HeaderClassName
{
color: #046780;
}
.AnyTagClassName
{
color: #046780;
}
</style>
background-color css
<style>
a { background-color: #046780; }
a { background-color: rgb(4,103,128); }
div.DivClassName
{
background-color: #046780;
}
.BgClassName
{
background-color: #046780;
}
</style>
border-color css
<style>
span { border-color: #046780; }
span { border-color: rgb(4,103,128); }
td.TdClassName
{
border-color: #046780;
}
.TagClassName
{
border-color: #046780;
}
</style>