Shades of Blue Lagoon #04647C
Tints of Blue Lagoon #04647C
RGB
CMYK
RGB Variations
Color information
#04647C (or 0x04647C) is known color: Blue Lagoon. HEX triplet: 04, 64 and 7C. RGB value is (4,100,124). Sum of RGB (Red+Green+Blue) = 4+100+124=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #04647C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04647C is #FB9B83. Grayscale: #494949. Windows color (decimal): -16489348 or 8152068. OLE color: 8152068.
HSL color Cylindrical-coordinate representation of color #04647C: hue angle of 192º 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 #04647C is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 100 | 124 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.51 |
| HSL | 192º | 0.94% | 0.25% | - |
| HSV(B) | 192º | 0.97% | 0.49% | - |
| XYZ | 8.25 | 10.6 | 20.68 | - |
| YUV | 74.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 124 | 0.97 | 0.19 | 0 | 0.51 | 192 | 0.94 | 0.25 |
| Hex | 4 | 64 | 7C | 61 | 13 | 0 | 33 | C0 | 5E | 19 |
| Octal | 4 | 144 | 174 | 141 | 23 | 0 | 63 | 300 | 136 | 31 |
| Binary | 100 | 1100100 | 1111100 | 1100001 | 10011 | 0 | 110011 | 11000000 | 1011110 | 11001 |
Color Harmonies of #04647C
Complementary color
Monochromatic Colors of #04647C
Black with #04647C
Text Example
Text Example
White with #04647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04647C; }
p { color: rgb(4,100,124); }
H1.HeaderClassName
{
color: #04647C;
}
.AnyTagClassName
{
color: #04647C;
}
</style>
background-color css
<style>
a { background-color: #04647C; }
a { background-color: rgb(4,100,124); }
div.DivClassName
{
background-color: #04647C;
}
.BgClassName
{
background-color: #04647C;
}
</style>
border-color css
<style>
span { border-color: #04647C; }
span { border-color: rgb(4,100,124); }
td.TdClassName
{
border-color: #04647C;
}
.TagClassName
{
border-color: #04647C;
}
</style>