Shades of Blue Lagoon #04627E
Tints of Blue Lagoon #04627E
RGB
CMYK
RGB Variations
Color information
#04627E (or 0x04627E) is known color: Blue Lagoon. HEX triplet: 04, 62 and 7E. RGB value is (4,98,126). Sum of RGB (Red+Green+Blue) = 4+98+126=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #04627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04627E is #FB9D81. Grayscale: #484848. Windows color (decimal): -16489858 or 8282628. OLE color: 8282628.
HSL color Cylindrical-coordinate representation of color #04627E: hue angle of 193.77º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04627E is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 98 | 126 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.51 |
| HSL | 193.77º | 0.94% | 0.25% | - |
| HSV(B) | 193.77º | 0.97% | 0.49% | - |
| XYZ | 8.18 | 10.27 | 21.29 | - |
| YUV | 73.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 126 | 0.97 | 0.22 | 0 | 0.51 | 193.77 | 0.94 | 0.25 |
| Hex | 4 | 62 | 7E | 61 | 16 | 0 | 33 | C2 | 5E | 19 |
| Octal | 4 | 142 | 176 | 141 | 26 | 0 | 63 | 302 | 136 | 31 |
| Binary | 100 | 1100010 | 1111110 | 1100001 | 10110 | 0 | 110011 | 11000010 | 1011110 | 11001 |
Color Harmonies of #04627E
Complementary color
Monochromatic Colors of #04627E
Black with #04627E
Text Example
Text Example
White with #04627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04627E; }
p { color: rgb(4,98,126); }
H1.HeaderClassName
{
color: #04627E;
}
.AnyTagClassName
{
color: #04627E;
}
</style>
background-color css
<style>
a { background-color: #04627E; }
a { background-color: rgb(4,98,126); }
div.DivClassName
{
background-color: #04627E;
}
.BgClassName
{
background-color: #04627E;
}
</style>
border-color css
<style>
span { border-color: #04627E; }
span { border-color: rgb(4,98,126); }
td.TdClassName
{
border-color: #04627E;
}
.TagClassName
{
border-color: #04627E;
}
</style>