Shades of Blue Lagoon #04697C
Tints of Blue Lagoon #04697C
RGB
CMYK
RGB Variations
Color information
#04697C (or 0x04697C) is known color: Blue Lagoon. HEX triplet: 04, 69 and 7C. RGB value is (4,105,124). Sum of RGB (Red+Green+Blue) = 4+105+124=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #04697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04697C is #FB9683. Grayscale: #4C4C4C. Windows color (decimal): -16488068 or 8153348. OLE color: 8153348.
HSL color Cylindrical-coordinate representation of color #04697C: hue angle of 189.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04697C is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 105 | 124 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.51 |
| HSL | 189.5º | 0.94% | 0.25% | - |
| HSV(B) | 189.5º | 0.97% | 0.49% | - |
| XYZ | 8.74 | 11.58 | 20.84 | - |
| YUV | 76.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 124 | 0.97 | 0.15 | 0 | 0.51 | 189.5 | 0.94 | 0.25 |
| Hex | 4 | 69 | 7C | 61 | F | 0 | 33 | BE | 5E | 19 |
| Octal | 4 | 151 | 174 | 141 | 17 | 0 | 63 | 276 | 136 | 31 |
| Binary | 100 | 1101001 | 1111100 | 1100001 | 1111 | 0 | 110011 | 10111110 | 1011110 | 11001 |
Color Harmonies of #04697C
Complementary color
Monochromatic Colors of #04697C
Black with #04697C
Text Example
Text Example
White with #04697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04697C; }
p { color: rgb(4,105,124); }
H1.HeaderClassName
{
color: #04697C;
}
.AnyTagClassName
{
color: #04697C;
}
</style>
background-color css
<style>
a { background-color: #04697C; }
a { background-color: rgb(4,105,124); }
div.DivClassName
{
background-color: #04697C;
}
.BgClassName
{
background-color: #04697C;
}
</style>
border-color css
<style>
span { border-color: #04697C; }
span { border-color: rgb(4,105,124); }
td.TdClassName
{
border-color: #04697C;
}
.TagClassName
{
border-color: #04697C;
}
</style>