Shades of Danube #4F8ECC
Tints of Danube #4F8ECC
RGB
CMYK
RGB Variations
Color information
#4F8ECC (or 0x4F8ECC) is known color: Danube. HEX triplet: 4F, 8E and CC. RGB value is (79,142,204). Sum of RGB (Red+Green+Blue) = 79+142+204=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8ECC is #B07133. Grayscale: #818181. Windows color (decimal): -11563316 or 13405775. OLE color: 13405775.
HSL color Cylindrical-coordinate representation of color #4F8ECC: hue angle of 209.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F8ECC is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 142 | 204 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.2 |
| HSL | 209.76º | 0.55% | 0.55% | - |
| HSV(B) | 209.76º | 0.61% | 0.8% | - |
| XYZ | 23.8 | 25.37 | 60.77 | - |
| YUV | 130.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 142 | 204 | 0.61 | 0.30 | 0 | 0.2 | 209.76 | 0.55 | 0.55 |
| Hex | 4F | 8E | CC | 3D | 1E | 0 | 14 | D2 | 37 | 37 |
| Octal | 117 | 216 | 314 | 75 | 36 | 0 | 24 | 322 | 67 | 67 |
| Binary | 1001111 | 10001110 | 11001100 | 111101 | 11110 | 0 | 10100 | 11010010 | 110111 | 110111 |
Color Harmonies of #4F8ECC
Complementary color
Monochromatic Colors of #4F8ECC
Black with #4F8ECC
Text Example
Text Example
White with #4F8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8ECC; }
p { color: rgb(79,142,204); }
H1.HeaderClassName
{
color: #4F8ECC;
}
.AnyTagClassName
{
color: #4F8ECC;
}
</style>
background-color css
<style>
a { background-color: #4F8ECC; }
a { background-color: rgb(79,142,204); }
div.DivClassName
{
background-color: #4F8ECC;
}
.BgClassName
{
background-color: #4F8ECC;
}
</style>
border-color css
<style>
span { border-color: #4F8ECC; }
span { border-color: rgb(79,142,204); }
td.TdClassName
{
border-color: #4F8ECC;
}
.TagClassName
{
border-color: #4F8ECC;
}
</style>