Shades of Blue Lagoon #04526E
Tints of Blue Lagoon #04526E
RGB
CMYK
RGB Variations
Color information
#04526E (or 0x04526E) is known color: Blue Lagoon. HEX triplet: 04, 52 and 6E. RGB value is (4,82,110). Sum of RGB (Red+Green+Blue) = 4+82+110=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #04526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04526E is #FBAD91. Grayscale: #3D3D3D. Windows color (decimal): -16493970 or 7229956. OLE color: 7229956.
HSL color Cylindrical-coordinate representation of color #04526E: hue angle of 195.85º 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 #04526E is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 82 | 110 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.57 |
| HSL | 195.85º | 0.93% | 0.22% | - |
| HSV(B) | 195.85º | 0.96% | 0.43% | - |
| XYZ | 5.88 | 7.19 | 15.83 | - |
| YUV | 61.87 | 155.16 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 110 | 0.96 | 0.25 | 0 | 0.57 | 195.85 | 0.93 | 0.22 |
| Hex | 4 | 52 | 6E | 60 | 19 | 0 | 39 | C4 | 5D | 16 |
| Octal | 4 | 122 | 156 | 140 | 31 | 0 | 71 | 304 | 135 | 26 |
| Binary | 100 | 1010010 | 1101110 | 1100000 | 11001 | 0 | 111001 | 11000100 | 1011101 | 10110 |
Color Harmonies of #04526E
Complementary color
Monochromatic Colors of #04526E
Black with #04526E
Text Example
Text Example
White with #04526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04526E; }
p { color: rgb(4,82,110); }
H1.HeaderClassName
{
color: #04526E;
}
.AnyTagClassName
{
color: #04526E;
}
</style>
background-color css
<style>
a { background-color: #04526E; }
a { background-color: rgb(4,82,110); }
div.DivClassName
{
background-color: #04526E;
}
.BgClassName
{
background-color: #04526E;
}
</style>
border-color css
<style>
span { border-color: #04526E; }
span { border-color: rgb(4,82,110); }
td.TdClassName
{
border-color: #04526E;
}
.TagClassName
{
border-color: #04526E;
}
</style>