Shades of Danube #4E8DC5
Tints of Danube #4E8DC5
RGB
CMYK
RGB Variations
Color information
#4E8DC5 (or 0x4E8DC5) is known color: Danube. HEX triplet: 4E, 8D and C5. RGB value is (78,141,197). Sum of RGB (Red+Green+Blue) = 78+141+197=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #4E8DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8DC5 is #B1723A. Grayscale: #808080. Windows color (decimal): -11629115 or 12946766. OLE color: 12946766.
HSL color Cylindrical-coordinate representation of color #4E8DC5: hue angle of 208.24º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E8DC5 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 141 | 197 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.23 |
| HSL | 208.24º | 0.51% | 0.54% | - |
| HSV(B) | 208.24º | 0.6% | 0.77% | - |
| XYZ | 22.74 | 24.7 | 56.39 | - |
| YUV | 128.55 | 166.63 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 141 | 197 | 0.60 | 0.28 | 0 | 0.23 | 208.24 | 0.51 | 0.54 |
| Hex | 4E | 8D | C5 | 3C | 1C | 0 | 17 | D0 | 33 | 36 |
| Octal | 116 | 215 | 305 | 74 | 34 | 0 | 27 | 320 | 63 | 66 |
| Binary | 1001110 | 10001101 | 11000101 | 111100 | 11100 | 0 | 10111 | 11010000 | 110011 | 110110 |
Color Harmonies of #4E8DC5
Complementary color
Monochromatic Colors of #4E8DC5
Black with #4E8DC5
Text Example
Text Example
White with #4E8DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8DC5; }
p { color: rgb(78,141,197); }
H1.HeaderClassName
{
color: #4E8DC5;
}
.AnyTagClassName
{
color: #4E8DC5;
}
</style>
background-color css
<style>
a { background-color: #4E8DC5; }
a { background-color: rgb(78,141,197); }
div.DivClassName
{
background-color: #4E8DC5;
}
.BgClassName
{
background-color: #4E8DC5;
}
</style>
border-color css
<style>
span { border-color: #4E8DC5; }
span { border-color: rgb(78,141,197); }
td.TdClassName
{
border-color: #4E8DC5;
}
.TagClassName
{
border-color: #4E8DC5;
}
</style>