Shades of Blue Lagoon #04687D
Tints of Blue Lagoon #04687D
RGB
CMYK
RGB Variations
Color information
#04687D (or 0x04687D) is known color: Blue Lagoon. HEX triplet: 04, 68 and 7D. RGB value is (4,104,125). Sum of RGB (Red+Green+Blue) = 4+104+125=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #04687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04687D is #FB9782. Grayscale: #4C4C4C. Windows color (decimal): -16488323 or 8218628. OLE color: 8218628.
HSL color Cylindrical-coordinate representation of color #04687D: hue angle of 190.41º 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 #04687D is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 104 | 125 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.51 |
| HSL | 190.41º | 0.94% | 0.25% | - |
| HSV(B) | 190.41º | 0.97% | 0.49% | - |
| XYZ | 8.7 | 11.41 | 21.15 | - |
| YUV | 76.49 | 155.37 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 125 | 0.97 | 0.17 | 0 | 0.51 | 190.41 | 0.94 | 0.25 |
| Hex | 4 | 68 | 7D | 61 | 11 | 0 | 33 | BE | 5E | 19 |
| Octal | 4 | 150 | 175 | 141 | 21 | 0 | 63 | 276 | 136 | 31 |
| Binary | 100 | 1101000 | 1111101 | 1100001 | 10001 | 0 | 110011 | 10111110 | 1011110 | 11001 |
Color Harmonies of #04687D
Complementary color
Monochromatic Colors of #04687D
Black with #04687D
Text Example
Text Example
White with #04687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04687D; }
p { color: rgb(4,104,125); }
H1.HeaderClassName
{
color: #04687D;
}
.AnyTagClassName
{
color: #04687D;
}
</style>
background-color css
<style>
a { background-color: #04687D; }
a { background-color: rgb(4,104,125); }
div.DivClassName
{
background-color: #04687D;
}
.BgClassName
{
background-color: #04687D;
}
</style>
border-color css
<style>
span { border-color: #04687D; }
span { border-color: rgb(4,104,125); }
td.TdClassName
{
border-color: #04687D;
}
.TagClassName
{
border-color: #04687D;
}
</style>