Shades of Danube #4E8BBE
Tints of Danube #4E8BBE
RGB
CMYK
RGB Variations
Color information
#4E8BBE (or 0x4E8BBE) is known color: Danube. HEX triplet: 4E, 8B and BE. RGB value is (78,139,190). Sum of RGB (Red+Green+Blue) = 78+139+190=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8BBE is #B17441. Grayscale: #7E7E7E. Windows color (decimal): -11629634 or 12487502. OLE color: 12487502.
HSL color Cylindrical-coordinate representation of color #4E8BBE: hue angle of 207.32º 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 #4E8BBE is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 139 | 190 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.25 |
| HSL | 207.32º | 0.46% | 0.53% | - |
| HSV(B) | 207.32º | 0.59% | 0.75% | - |
| XYZ | 21.67 | 23.8 | 52.17 | - |
| YUV | 126.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 139 | 190 | 0.59 | 0.27 | 0 | 0.25 | 207.32 | 0.46 | 0.53 |
| Hex | 4E | 8B | BE | 3B | 1B | 0 | 19 | CF | 2E | 35 |
| Octal | 116 | 213 | 276 | 73 | 33 | 0 | 31 | 317 | 56 | 65 |
| Binary | 1001110 | 10001011 | 10111110 | 111011 | 11011 | 0 | 11001 | 11001111 | 101110 | 110101 |
Color Harmonies of #4E8BBE
Complementary color
Monochromatic Colors of #4E8BBE
Black with #4E8BBE
Text Example
Text Example
White with #4E8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8BBE; }
p { color: rgb(78,139,190); }
H1.HeaderClassName
{
color: #4E8BBE;
}
.AnyTagClassName
{
color: #4E8BBE;
}
</style>
background-color css
<style>
a { background-color: #4E8BBE; }
a { background-color: rgb(78,139,190); }
div.DivClassName
{
background-color: #4E8BBE;
}
.BgClassName
{
background-color: #4E8BBE;
}
</style>
border-color css
<style>
span { border-color: #4E8BBE; }
span { border-color: rgb(78,139,190); }
td.TdClassName
{
border-color: #4E8BBE;
}
.TagClassName
{
border-color: #4E8BBE;
}
</style>