Shades of Danube #4E8FCA
Tints of Danube #4E8FCA
RGB
CMYK
RGB Variations
Color information
#4E8FCA (or 0x4E8FCA) is known color: Danube. HEX triplet: 4E, 8F and CA. RGB value is (78,143,202). Sum of RGB (Red+Green+Blue) = 78+143+202=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E8FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8FCA is #B17035. Grayscale: #818181. Windows color (decimal): -11628598 or 13274958. OLE color: 13274958.
HSL color Cylindrical-coordinate representation of color #4E8FCA: hue angle of 208.55º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E8FCA is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 143 | 202 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.21 |
| HSL | 208.55º | 0.54% | 0.55% | - |
| HSV(B) | 208.55º | 0.61% | 0.79% | - |
| XYZ | 23.63 | 25.53 | 59.56 | - |
| YUV | 130.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 143 | 202 | 0.61 | 0.29 | 0 | 0.21 | 208.55 | 0.54 | 0.55 |
| Hex | 4E | 8F | CA | 3D | 1D | 0 | 15 | D1 | 36 | 37 |
| Octal | 116 | 217 | 312 | 75 | 35 | 0 | 25 | 321 | 66 | 67 |
| Binary | 1001110 | 10001111 | 11001010 | 111101 | 11101 | 0 | 10101 | 11010001 | 110110 | 110111 |
Color Harmonies of #4E8FCA
Complementary color
Monochromatic Colors of #4E8FCA
Black with #4E8FCA
Text Example
Text Example
White with #4E8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8FCA; }
p { color: rgb(78,143,202); }
H1.HeaderClassName
{
color: #4E8FCA;
}
.AnyTagClassName
{
color: #4E8FCA;
}
</style>
background-color css
<style>
a { background-color: #4E8FCA; }
a { background-color: rgb(78,143,202); }
div.DivClassName
{
background-color: #4E8FCA;
}
.BgClassName
{
background-color: #4E8FCA;
}
</style>
border-color css
<style>
span { border-color: #4E8FCA; }
span { border-color: rgb(78,143,202); }
td.TdClassName
{
border-color: #4E8FCA;
}
.TagClassName
{
border-color: #4E8FCA;
}
</style>