Shades of Blue Lagoon #04657B
Tints of Blue Lagoon #04657B
RGB
CMYK
RGB Variations
Color information
#04657B (or 0x04657B) is known color: Blue Lagoon. HEX triplet: 04, 65 and 7B. RGB value is (4,101,123). Sum of RGB (Red+Green+Blue) = 4+101+123=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #04657B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04657B is #FB9A84. Grayscale: #4A4A4A. Windows color (decimal): -16489093 or 8086788. OLE color: 8086788.
HSL color Cylindrical-coordinate representation of color #04657B: hue angle of 191.09º 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 #04657B is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 101 | 123 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.52 |
| HSL | 191.09º | 0.94% | 0.25% | - |
| HSV(B) | 191.09º | 0.97% | 0.48% | - |
| XYZ | 8.28 | 10.76 | 20.38 | - |
| YUV | 74.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 123 | 0.97 | 0.18 | 0 | 0.52 | 191.09 | 0.94 | 0.25 |
| Hex | 4 | 65 | 7B | 61 | 12 | 0 | 34 | BF | 5E | 19 |
| Octal | 4 | 145 | 173 | 141 | 22 | 0 | 64 | 277 | 136 | 31 |
| Binary | 100 | 1100101 | 1111011 | 1100001 | 10010 | 0 | 110100 | 10111111 | 1011110 | 11001 |
Color Harmonies of #04657B
Complementary color
Monochromatic Colors of #04657B
Black with #04657B
Text Example
Text Example
White with #04657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04657B; }
p { color: rgb(4,101,123); }
H1.HeaderClassName
{
color: #04657B;
}
.AnyTagClassName
{
color: #04657B;
}
</style>
background-color css
<style>
a { background-color: #04657B; }
a { background-color: rgb(4,101,123); }
div.DivClassName
{
background-color: #04657B;
}
.BgClassName
{
background-color: #04657B;
}
</style>
border-color css
<style>
span { border-color: #04657B; }
span { border-color: rgb(4,101,123); }
td.TdClassName
{
border-color: #04657B;
}
.TagClassName
{
border-color: #04657B;
}
</style>