Shades of Blue Lagoon #04516A
Tints of Blue Lagoon #04516A
RGB
CMYK
RGB Variations
Color information
#04516A (or 0x04516A) is known color: Blue Lagoon. HEX triplet: 04, 51 and 6A. RGB value is (4,81,106). Sum of RGB (Red+Green+Blue) = 4+81+106=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #04516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04516A is #FBAE95. Grayscale: #3C3C3C. Windows color (decimal): -16494230 or 6967556. OLE color: 6967556.
HSL color Cylindrical-coordinate representation of color #04516A: hue angle of 194.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04516A is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 81 | 106 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.58 |
| HSL | 194.71º | 0.93% | 0.22% | - |
| HSV(B) | 194.71º | 0.96% | 0.42% | - |
| XYZ | 5.59 | 6.95 | 14.68 | - |
| YUV | 60.83 | 153.49 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 106 | 0.96 | 0.24 | 0 | 0.58 | 194.71 | 0.93 | 0.22 |
| Hex | 4 | 51 | 6A | 60 | 18 | 0 | 3A | C3 | 5D | 16 |
| Octal | 4 | 121 | 152 | 140 | 30 | 0 | 72 | 303 | 135 | 26 |
| Binary | 100 | 1010001 | 1101010 | 1100000 | 11000 | 0 | 111010 | 11000011 | 1011101 | 10110 |
Color Harmonies of #04516A
Complementary color
Monochromatic Colors of #04516A
Black with #04516A
Text Example
Text Example
White with #04516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04516A; }
p { color: rgb(4,81,106); }
H1.HeaderClassName
{
color: #04516A;
}
.AnyTagClassName
{
color: #04516A;
}
</style>
background-color css
<style>
a { background-color: #04516A; }
a { background-color: rgb(4,81,106); }
div.DivClassName
{
background-color: #04516A;
}
.BgClassName
{
background-color: #04516A;
}
</style>
border-color css
<style>
span { border-color: #04516A; }
span { border-color: rgb(4,81,106); }
td.TdClassName
{
border-color: #04516A;
}
.TagClassName
{
border-color: #04516A;
}
</style>