Shades of Blue Lagoon #04687B
Tints of Blue Lagoon #04687B
RGB
CMYK
RGB Variations
Color information
#04687B (or 0x04687B) is known color: Blue Lagoon. HEX triplet: 04, 68 and 7B. RGB value is (4,104,123). Sum of RGB (Red+Green+Blue) = 4+104+123=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #04687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04687B is #FB9784. Grayscale: #4C4C4C. Windows color (decimal): -16488325 or 8087556. OLE color: 8087556.
HSL color Cylindrical-coordinate representation of color #04687B: hue angle of 189.58º 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 #04687B is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 104 | 123 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.52 |
| HSL | 189.58º | 0.94% | 0.25% | - |
| HSV(B) | 189.58º | 0.97% | 0.48% | - |
| XYZ | 8.58 | 11.36 | 20.48 | - |
| YUV | 76.27 | 154.37 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 123 | 0.97 | 0.15 | 0 | 0.52 | 189.58 | 0.94 | 0.25 |
| Hex | 4 | 68 | 7B | 61 | F | 0 | 34 | BE | 5E | 19 |
| Octal | 4 | 150 | 173 | 141 | 17 | 0 | 64 | 276 | 136 | 31 |
| Binary | 100 | 1101000 | 1111011 | 1100001 | 1111 | 0 | 110100 | 10111110 | 1011110 | 11001 |
Color Harmonies of #04687B
Complementary color
Monochromatic Colors of #04687B
Black with #04687B
Text Example
Text Example
White with #04687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04687B; }
p { color: rgb(4,104,123); }
H1.HeaderClassName
{
color: #04687B;
}
.AnyTagClassName
{
color: #04687B;
}
</style>
background-color css
<style>
a { background-color: #04687B; }
a { background-color: rgb(4,104,123); }
div.DivClassName
{
background-color: #04687B;
}
.BgClassName
{
background-color: #04687B;
}
</style>
border-color css
<style>
span { border-color: #04687B; }
span { border-color: rgb(4,104,123); }
td.TdClassName
{
border-color: #04687B;
}
.TagClassName
{
border-color: #04687B;
}
</style>