Shades of Danube #4E91BE
Tints of Danube #4E91BE
RGB
CMYK
RGB Variations
Color information
#4E91BE (or 0x4E91BE) is known color: Danube. HEX triplet: 4E, 91 and BE. RGB value is (78,145,190). Sum of RGB (Red+Green+Blue) = 78+145+190=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E91BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E91BE is #B16E41. Grayscale: #818181. Windows color (decimal): -11628098 or 12489038. OLE color: 12489038.
HSL color Cylindrical-coordinate representation of color #4E91BE: hue angle of 204.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E91BE is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 145 | 190 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.25 |
| HSL | 204.11º | 0.46% | 0.53% | - |
| HSV(B) | 204.11º | 0.59% | 0.75% | - |
| XYZ | 22.56 | 25.59 | 52.47 | - |
| YUV | 130.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 190 | 0.59 | 0.24 | 0 | 0.25 | 204.11 | 0.46 | 0.53 |
| Hex | 4E | 91 | BE | 3B | 18 | 0 | 19 | CC | 2E | 35 |
| Octal | 116 | 221 | 276 | 73 | 30 | 0 | 31 | 314 | 56 | 65 |
| Binary | 1001110 | 10010001 | 10111110 | 111011 | 11000 | 0 | 11001 | 11001100 | 101110 | 110101 |
Color Harmonies of #4E91BE
Complementary color
Monochromatic Colors of #4E91BE
Black with #4E91BE
Text Example
Text Example
White with #4E91BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E91BE; }
p { color: rgb(78,145,190); }
H1.HeaderClassName
{
color: #4E91BE;
}
.AnyTagClassName
{
color: #4E91BE;
}
</style>
background-color css
<style>
a { background-color: #4E91BE; }
a { background-color: rgb(78,145,190); }
div.DivClassName
{
background-color: #4E91BE;
}
.BgClassName
{
background-color: #4E91BE;
}
</style>
border-color css
<style>
span { border-color: #4E91BE; }
span { border-color: rgb(78,145,190); }
td.TdClassName
{
border-color: #4E91BE;
}
.TagClassName
{
border-color: #4E91BE;
}
</style>