Shades of Blue Lagoon #04657F
Tints of Blue Lagoon #04657F
RGB
CMYK
RGB Variations
Color information
#04657F (or 0x04657F) is known color: Blue Lagoon. HEX triplet: 04, 65 and 7F. RGB value is (4,101,127). Sum of RGB (Red+Green+Blue) = 4+101+127=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #04657F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04657F is #FB9A80. Grayscale: #4A4A4A. Windows color (decimal): -16489089 or 8348932. OLE color: 8348932.
HSL color Cylindrical-coordinate representation of color #04657F: hue angle of 192.68º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04657F is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 101 | 127 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.50 |
| HSL | 192.68º | 0.94% | 0.26% | - |
| HSV(B) | 192.68º | 0.97% | 0.5% | - |
| XYZ | 8.53 | 10.87 | 21.73 | - |
| YUV | 74.96 | 157.36 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 127 | 0.97 | 0.20 | 0 | 0.50 | 192.68 | 0.94 | 0.26 |
| Hex | 4 | 65 | 7F | 61 | 14 | 0 | 32 | C1 | 5E | 1A |
| Octal | 4 | 145 | 177 | 141 | 24 | 0 | 62 | 301 | 136 | 32 |
| Binary | 100 | 1100101 | 1111111 | 1100001 | 10100 | 0 | 110010 | 11000001 | 1011110 | 11010 |
Color Harmonies of #04657F
Complementary color
Monochromatic Colors of #04657F
Black with #04657F
Text Example
Text Example
White with #04657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04657F; }
p { color: rgb(4,101,127); }
H1.HeaderClassName
{
color: #04657F;
}
.AnyTagClassName
{
color: #04657F;
}
</style>
background-color css
<style>
a { background-color: #04657F; }
a { background-color: rgb(4,101,127); }
div.DivClassName
{
background-color: #04657F;
}
.BgClassName
{
background-color: #04657F;
}
</style>
border-color css
<style>
span { border-color: #04657F; }
span { border-color: rgb(4,101,127); }
td.TdClassName
{
border-color: #04657F;
}
.TagClassName
{
border-color: #04657F;
}
</style>