Shades of Danube #4E90BE
Tints of Danube #4E90BE
RGB
CMYK
RGB Variations
Color information
#4E90BE (or 0x4E90BE) is known color: Danube. HEX triplet: 4E, 90 and BE. RGB value is (78,144,190). Sum of RGB (Red+Green+Blue) = 78+144+190=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E90BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E90BE is #B16F41. Grayscale: #818181. Windows color (decimal): -11628354 or 12488782. OLE color: 12488782.
HSL color Cylindrical-coordinate representation of color #4E90BE: hue angle of 204.64º 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 #4E90BE is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 144 | 190 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.25 |
| HSL | 204.64º | 0.46% | 0.53% | - |
| HSV(B) | 204.64º | 0.59% | 0.75% | - |
| XYZ | 22.41 | 25.28 | 52.41 | - |
| YUV | 129.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 190 | 0.59 | 0.24 | 0 | 0.25 | 204.64 | 0.46 | 0.53 |
| Hex | 4E | 90 | BE | 3B | 18 | 0 | 19 | CD | 2E | 35 |
| Octal | 116 | 220 | 276 | 73 | 30 | 0 | 31 | 315 | 56 | 65 |
| Binary | 1001110 | 10010000 | 10111110 | 111011 | 11000 | 0 | 11001 | 11001101 | 101110 | 110101 |
Color Harmonies of #4E90BE
Complementary color
Monochromatic Colors of #4E90BE
Black with #4E90BE
Text Example
Text Example
White with #4E90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E90BE; }
p { color: rgb(78,144,190); }
H1.HeaderClassName
{
color: #4E90BE;
}
.AnyTagClassName
{
color: #4E90BE;
}
</style>
background-color css
<style>
a { background-color: #4E90BE; }
a { background-color: rgb(78,144,190); }
div.DivClassName
{
background-color: #4E90BE;
}
.BgClassName
{
background-color: #4E90BE;
}
</style>
border-color css
<style>
span { border-color: #4E90BE; }
span { border-color: rgb(78,144,190); }
td.TdClassName
{
border-color: #4E90BE;
}
.TagClassName
{
border-color: #4E90BE;
}
</style>