Shades of Blue Lagoon #04516D
Tints of Blue Lagoon #04516D
RGB
CMYK
RGB Variations
Color information
#04516D (or 0x04516D) is known color: Blue Lagoon. HEX triplet: 04, 51 and 6D. RGB value is (4,81,109). Sum of RGB (Red+Green+Blue) = 4+81+109=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #04516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04516D is #FBAE92. Grayscale: #3C3C3C. Windows color (decimal): -16494227 or 7164164. OLE color: 7164164.
HSL color Cylindrical-coordinate representation of color #04516D: hue angle of 196º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04516D is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 81 | 109 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.57 |
| HSL | 196º | 0.93% | 0.22% | - |
| HSV(B) | 196º | 0.96% | 0.43% | - |
| XYZ | 5.75 | 7.01 | 15.52 | - |
| YUV | 61.17 | 154.99 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 109 | 0.96 | 0.26 | 0 | 0.57 | 196 | 0.93 | 0.22 |
| Hex | 4 | 51 | 6D | 60 | 1A | 0 | 39 | C4 | 5D | 16 |
| Octal | 4 | 121 | 155 | 140 | 32 | 0 | 71 | 304 | 135 | 26 |
| Binary | 100 | 1010001 | 1101101 | 1100000 | 11010 | 0 | 111001 | 11000100 | 1011101 | 10110 |
Color Harmonies of #04516D
Complementary color
Monochromatic Colors of #04516D
Black with #04516D
Text Example
Text Example
White with #04516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04516D; }
p { color: rgb(4,81,109); }
H1.HeaderClassName
{
color: #04516D;
}
.AnyTagClassName
{
color: #04516D;
}
</style>
background-color css
<style>
a { background-color: #04516D; }
a { background-color: rgb(4,81,109); }
div.DivClassName
{
background-color: #04516D;
}
.BgClassName
{
background-color: #04516D;
}
</style>
border-color css
<style>
span { border-color: #04516D; }
span { border-color: rgb(4,81,109); }
td.TdClassName
{
border-color: #04516D;
}
.TagClassName
{
border-color: #04516D;
}
</style>