Shades of Danube #4E91CB
Tints of Danube #4E91CB
RGB
CMYK
RGB Variations
Color information
#4E91CB (or 0x4E91CB) is known color: Danube. HEX triplet: 4E, 91 and CB. RGB value is (78,145,203). Sum of RGB (Red+Green+Blue) = 78+145+203=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E91CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E91CB is #B16E34. Grayscale: #838383. Windows color (decimal): -11628085 or 13341006. OLE color: 13341006.
HSL color Cylindrical-coordinate representation of color #4E91CB: hue angle of 207.84º degrees, saturation: 0.55, 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 #4E91CB is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 145 | 203 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.20 |
| HSL | 207.84º | 0.55% | 0.55% | - |
| HSV(B) | 207.84º | 0.62% | 0.8% | - |
| XYZ | 24.05 | 26.18 | 60.29 | - |
| YUV | 131.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 203 | 0.62 | 0.29 | 0 | 0.20 | 207.84 | 0.55 | 0.55 |
| Hex | 4E | 91 | CB | 3E | 1D | 0 | 14 | D0 | 37 | 37 |
| Octal | 116 | 221 | 313 | 76 | 35 | 0 | 24 | 320 | 67 | 67 |
| Binary | 1001110 | 10010001 | 11001011 | 111110 | 11101 | 0 | 10100 | 11010000 | 110111 | 110111 |
Color Harmonies of #4E91CB
Complementary color
Monochromatic Colors of #4E91CB
Black with #4E91CB
Text Example
Text Example
White with #4E91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E91CB; }
p { color: rgb(78,145,203); }
H1.HeaderClassName
{
color: #4E91CB;
}
.AnyTagClassName
{
color: #4E91CB;
}
</style>
background-color css
<style>
a { background-color: #4E91CB; }
a { background-color: rgb(78,145,203); }
div.DivClassName
{
background-color: #4E91CB;
}
.BgClassName
{
background-color: #4E91CB;
}
</style>
border-color css
<style>
span { border-color: #4E91CB; }
span { border-color: rgb(78,145,203); }
td.TdClassName
{
border-color: #4E91CB;
}
.TagClassName
{
border-color: #4E91CB;
}
</style>