Shades of Blue Lagoon #04526D
Tints of Blue Lagoon #04526D
RGB
CMYK
RGB Variations
Color information
#04526D (or 0x04526D) is known color: Blue Lagoon. HEX triplet: 04, 52 and 6D. RGB value is (4,82,109). Sum of RGB (Red+Green+Blue) = 4+82+109=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #04526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04526D is #FBAD92. Grayscale: #3D3D3D. Windows color (decimal): -16493971 or 7164420. OLE color: 7164420.
HSL color Cylindrical-coordinate representation of color #04526D: hue angle of 195.43º 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 #04526D is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 82 | 109 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.57 |
| HSL | 195.43º | 0.93% | 0.22% | - |
| HSV(B) | 195.43º | 0.96% | 0.43% | - |
| XYZ | 5.83 | 7.16 | 15.54 | - |
| YUV | 61.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 109 | 0.96 | 0.25 | 0 | 0.57 | 195.43 | 0.93 | 0.22 |
| Hex | 4 | 52 | 6D | 60 | 19 | 0 | 39 | C3 | 5D | 16 |
| Octal | 4 | 122 | 155 | 140 | 31 | 0 | 71 | 303 | 135 | 26 |
| Binary | 100 | 1010010 | 1101101 | 1100000 | 11001 | 0 | 111001 | 11000011 | 1011101 | 10110 |
Color Harmonies of #04526D
Complementary color
Monochromatic Colors of #04526D
Black with #04526D
Text Example
Text Example
White with #04526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04526D; }
p { color: rgb(4,82,109); }
H1.HeaderClassName
{
color: #04526D;
}
.AnyTagClassName
{
color: #04526D;
}
</style>
background-color css
<style>
a { background-color: #04526D; }
a { background-color: rgb(4,82,109); }
div.DivClassName
{
background-color: #04526D;
}
.BgClassName
{
background-color: #04526D;
}
</style>
border-color css
<style>
span { border-color: #04526D; }
span { border-color: rgb(4,82,109); }
td.TdClassName
{
border-color: #04526D;
}
.TagClassName
{
border-color: #04526D;
}
</style>