Shades of Danube #4E8FCD
Tints of Danube #4E8FCD
RGB
CMYK
RGB Variations
Color information
#4E8FCD (or 0x4E8FCD) is known color: Danube. HEX triplet: 4E, 8F and CD. RGB value is (78,143,205). Sum of RGB (Red+Green+Blue) = 78+143+205=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E8FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8FCD is #B17032. Grayscale: #828282. Windows color (decimal): -11628595 or 13471566. OLE color: 13471566.
HSL color Cylindrical-coordinate representation of color #4E8FCD: hue angle of 209.29º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E8FCD is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 143 | 205 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.20 |
| HSL | 209.29º | 0.56% | 0.55% | - |
| HSV(B) | 209.29º | 0.62% | 0.8% | - |
| XYZ | 23.98 | 25.67 | 61.45 | - |
| YUV | 130.63 | 169.97 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 143 | 205 | 0.62 | 0.30 | 0 | 0.20 | 209.29 | 0.56 | 0.55 |
| Hex | 4E | 8F | CD | 3E | 1E | 0 | 14 | D1 | 38 | 37 |
| Octal | 116 | 217 | 315 | 76 | 36 | 0 | 24 | 321 | 70 | 67 |
| Binary | 1001110 | 10001111 | 11001101 | 111110 | 11110 | 0 | 10100 | 11010001 | 111000 | 110111 |
Color Harmonies of #4E8FCD
Complementary color
Monochromatic Colors of #4E8FCD
Black with #4E8FCD
Text Example
Text Example
White with #4E8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8FCD; }
p { color: rgb(78,143,205); }
H1.HeaderClassName
{
color: #4E8FCD;
}
.AnyTagClassName
{
color: #4E8FCD;
}
</style>
background-color css
<style>
a { background-color: #4E8FCD; }
a { background-color: rgb(78,143,205); }
div.DivClassName
{
background-color: #4E8FCD;
}
.BgClassName
{
background-color: #4E8FCD;
}
</style>
border-color css
<style>
span { border-color: #4E8FCD; }
span { border-color: rgb(78,143,205); }
td.TdClassName
{
border-color: #4E8FCD;
}
.TagClassName
{
border-color: #4E8FCD;
}
</style>