Shades of Blue Lagoon #04627A
Tints of Blue Lagoon #04627A
RGB
CMYK
RGB Variations
Color information
#04627A (or 0x04627A) is known color: Blue Lagoon. HEX triplet: 04, 62 and 7A. RGB value is (4,98,122). Sum of RGB (Red+Green+Blue) = 4+98+122=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #04627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04627A is #FB9D85. Grayscale: #484848. Windows color (decimal): -16489862 or 8020484. OLE color: 8020484.
HSL color Cylindrical-coordinate representation of color #04627A: hue angle of 192.2º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04627A is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 98 | 122 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.52 |
| HSL | 192.2º | 0.94% | 0.25% | - |
| HSV(B) | 192.2º | 0.97% | 0.48% | - |
| XYZ | 7.93 | 10.17 | 19.96 | - |
| YUV | 72.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 122 | 0.97 | 0.20 | 0 | 0.52 | 192.2 | 0.94 | 0.25 |
| Hex | 4 | 62 | 7A | 61 | 14 | 0 | 34 | C0 | 5E | 19 |
| Octal | 4 | 142 | 172 | 141 | 24 | 0 | 64 | 300 | 136 | 31 |
| Binary | 100 | 1100010 | 1111010 | 1100001 | 10100 | 0 | 110100 | 11000000 | 1011110 | 11001 |
Color Harmonies of #04627A
Complementary color
Monochromatic Colors of #04627A
Black with #04627A
Text Example
Text Example
White with #04627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04627A; }
p { color: rgb(4,98,122); }
H1.HeaderClassName
{
color: #04627A;
}
.AnyTagClassName
{
color: #04627A;
}
</style>
background-color css
<style>
a { background-color: #04627A; }
a { background-color: rgb(4,98,122); }
div.DivClassName
{
background-color: #04627A;
}
.BgClassName
{
background-color: #04627A;
}
</style>
border-color css
<style>
span { border-color: #04627A; }
span { border-color: rgb(4,98,122); }
td.TdClassName
{
border-color: #04627A;
}
.TagClassName
{
border-color: #04627A;
}
</style>