Shades of Blue Lagoon #04607B
Tints of Blue Lagoon #04607B
RGB
CMYK
RGB Variations
Color information
#04607B (or 0x04607B) is known color: Blue Lagoon. HEX triplet: 04, 60 and 7B. RGB value is (4,96,123). Sum of RGB (Red+Green+Blue) = 4+96+123=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #04607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04607B is #FB9F84. Grayscale: #474747. Windows color (decimal): -16490373 or 8085508. OLE color: 8085508.
HSL color Cylindrical-coordinate representation of color #04607B: hue angle of 193.61º 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 #04607B is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 96 | 123 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.52 |
| HSL | 193.61º | 0.94% | 0.25% | - |
| HSV(B) | 193.61º | 0.97% | 0.48% | - |
| XYZ | 7.81 | 9.82 | 20.22 | - |
| YUV | 71.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 123 | 0.97 | 0.22 | 0 | 0.52 | 193.61 | 0.94 | 0.25 |
| Hex | 4 | 60 | 7B | 61 | 16 | 0 | 34 | C2 | 5E | 19 |
| Octal | 4 | 140 | 173 | 141 | 26 | 0 | 64 | 302 | 136 | 31 |
| Binary | 100 | 1100000 | 1111011 | 1100001 | 10110 | 0 | 110100 | 11000010 | 1011110 | 11001 |
Color Harmonies of #04607B
Complementary color
Monochromatic Colors of #04607B
Black with #04607B
Text Example
Text Example
White with #04607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04607B; }
p { color: rgb(4,96,123); }
H1.HeaderClassName
{
color: #04607B;
}
.AnyTagClassName
{
color: #04607B;
}
</style>
background-color css
<style>
a { background-color: #04607B; }
a { background-color: rgb(4,96,123); }
div.DivClassName
{
background-color: #04607B;
}
.BgClassName
{
background-color: #04607B;
}
</style>
border-color css
<style>
span { border-color: #04607B; }
span { border-color: rgb(4,96,123); }
td.TdClassName
{
border-color: #04607B;
}
.TagClassName
{
border-color: #04607B;
}
</style>