Shades of Blue Lagoon #04647B
Tints of Blue Lagoon #04647B
RGB
CMYK
RGB Variations
Color information
#04647B (or 0x04647B) is known color: Blue Lagoon. HEX triplet: 04, 64 and 7B. RGB value is (4,100,123). Sum of RGB (Red+Green+Blue) = 4+100+123=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #04647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04647B is #FB9B84. Grayscale: #494949. Windows color (decimal): -16489349 or 8086532. OLE color: 8086532.
HSL color Cylindrical-coordinate representation of color #04647B: hue angle of 191.6º 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 #04647B is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 100 | 123 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.52 |
| HSL | 191.6º | 0.94% | 0.25% | - |
| HSV(B) | 191.6º | 0.97% | 0.48% | - |
| XYZ | 8.18 | 10.57 | 20.35 | - |
| YUV | 73.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 123 | 0.97 | 0.19 | 0 | 0.52 | 191.6 | 0.94 | 0.25 |
| Hex | 4 | 64 | 7B | 61 | 13 | 0 | 34 | C0 | 5E | 19 |
| Octal | 4 | 144 | 173 | 141 | 23 | 0 | 64 | 300 | 136 | 31 |
| Binary | 100 | 1100100 | 1111011 | 1100001 | 10011 | 0 | 110100 | 11000000 | 1011110 | 11001 |
Color Harmonies of #04647B
Complementary color
Monochromatic Colors of #04647B
Black with #04647B
Text Example
Text Example
White with #04647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04647B; }
p { color: rgb(4,100,123); }
H1.HeaderClassName
{
color: #04647B;
}
.AnyTagClassName
{
color: #04647B;
}
</style>
background-color css
<style>
a { background-color: #04647B; }
a { background-color: rgb(4,100,123); }
div.DivClassName
{
background-color: #04647B;
}
.BgClassName
{
background-color: #04647B;
}
</style>
border-color css
<style>
span { border-color: #04647B; }
span { border-color: rgb(4,100,123); }
td.TdClassName
{
border-color: #04647B;
}
.TagClassName
{
border-color: #04647B;
}
</style>