Shades of Blue Lagoon #04536A
Tints of Blue Lagoon #04536A
RGB
CMYK
RGB Variations
Color information
#04536A (or 0x04536A) is known color: Blue Lagoon. HEX triplet: 04, 53 and 6A. RGB value is (4,83,106). Sum of RGB (Red+Green+Blue) = 4+83+106=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #04536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04536A is #FBAC95. Grayscale: #3D3D3D. Windows color (decimal): -16493718 or 6968068. OLE color: 6968068.
HSL color Cylindrical-coordinate representation of color #04536A: hue angle of 193.53º 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 #04536A is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 83 | 106 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.58 |
| HSL | 193.53º | 0.93% | 0.22% | - |
| HSV(B) | 193.53º | 0.96% | 0.42% | - |
| XYZ | 5.74 | 7.25 | 14.73 | - |
| YUV | 62 | 152.83 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 106 | 0.96 | 0.22 | 0 | 0.58 | 193.53 | 0.93 | 0.22 |
| Hex | 4 | 53 | 6A | 60 | 16 | 0 | 3A | C2 | 5D | 16 |
| Octal | 4 | 123 | 152 | 140 | 26 | 0 | 72 | 302 | 135 | 26 |
| Binary | 100 | 1010011 | 1101010 | 1100000 | 10110 | 0 | 111010 | 11000010 | 1011101 | 10110 |
Color Harmonies of #04536A
Complementary color
Monochromatic Colors of #04536A
Black with #04536A
Text Example
Text Example
White with #04536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04536A; }
p { color: rgb(4,83,106); }
H1.HeaderClassName
{
color: #04536A;
}
.AnyTagClassName
{
color: #04536A;
}
</style>
background-color css
<style>
a { background-color: #04536A; }
a { background-color: rgb(4,83,106); }
div.DivClassName
{
background-color: #04536A;
}
.BgClassName
{
background-color: #04536A;
}
</style>
border-color css
<style>
span { border-color: #04536A; }
span { border-color: rgb(4,83,106); }
td.TdClassName
{
border-color: #04536A;
}
.TagClassName
{
border-color: #04536A;
}
</style>