Shades of Blue Lagoon #04637B
Tints of Blue Lagoon #04637B
RGB
CMYK
RGB Variations
Color information
#04637B (or 0x04637B) is known color: Blue Lagoon. HEX triplet: 04, 63 and 7B. RGB value is (4,99,123). Sum of RGB (Red+Green+Blue) = 4+99+123=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #04637B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04637B is #FB9C84. Grayscale: #494949. Windows color (decimal): -16489605 or 8086276. OLE color: 8086276.
HSL color Cylindrical-coordinate representation of color #04637B: hue angle of 192.1º 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 #04637B is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 99 | 123 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.52 |
| HSL | 192.1º | 0.94% | 0.25% | - |
| HSV(B) | 192.1º | 0.97% | 0.48% | - |
| XYZ | 8.09 | 10.38 | 20.32 | - |
| YUV | 73.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 123 | 0.97 | 0.20 | 0 | 0.52 | 192.1 | 0.94 | 0.25 |
| Hex | 4 | 63 | 7B | 61 | 14 | 0 | 34 | C0 | 5E | 19 |
| Octal | 4 | 143 | 173 | 141 | 24 | 0 | 64 | 300 | 136 | 31 |
| Binary | 100 | 1100011 | 1111011 | 1100001 | 10100 | 0 | 110100 | 11000000 | 1011110 | 11001 |
Color Harmonies of #04637B
Complementary color
Monochromatic Colors of #04637B
Black with #04637B
Text Example
Text Example
White with #04637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04637B; }
p { color: rgb(4,99,123); }
H1.HeaderClassName
{
color: #04637B;
}
.AnyTagClassName
{
color: #04637B;
}
</style>
background-color css
<style>
a { background-color: #04637B; }
a { background-color: rgb(4,99,123); }
div.DivClassName
{
background-color: #04637B;
}
.BgClassName
{
background-color: #04637B;
}
</style>
border-color css
<style>
span { border-color: #04637B; }
span { border-color: rgb(4,99,123); }
td.TdClassName
{
border-color: #04637B;
}
.TagClassName
{
border-color: #04637B;
}
</style>