Shades of Danube #4E90CC
Tints of Danube #4E90CC
RGB
CMYK
RGB Variations
Color information
#4E90CC (or 0x4E90CC) is known color: Danube. HEX triplet: 4E, 90 and CC. RGB value is (78,144,204). Sum of RGB (Red+Green+Blue) = 78+144+204=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E90CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E90CC is #B16F33. Grayscale: #828282. Windows color (decimal): -11628340 or 13406286. OLE color: 13406286.
HSL color Cylindrical-coordinate representation of color #4E90CC: hue angle of 208.57º 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 #4E90CC is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 144 | 204 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.2 |
| HSL | 208.57º | 0.55% | 0.55% | - |
| HSV(B) | 208.57º | 0.62% | 0.8% | - |
| XYZ | 24.01 | 25.93 | 60.87 | - |
| YUV | 131.11 | 169.13 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 204 | 0.62 | 0.29 | 0 | 0.2 | 208.57 | 0.55 | 0.55 |
| Hex | 4E | 90 | CC | 3E | 1D | 0 | 14 | D1 | 37 | 37 |
| Octal | 116 | 220 | 314 | 76 | 35 | 0 | 24 | 321 | 67 | 67 |
| Binary | 1001110 | 10010000 | 11001100 | 111110 | 11101 | 0 | 10100 | 11010001 | 110111 | 110111 |
Color Harmonies of #4E90CC
Complementary color
Monochromatic Colors of #4E90CC
Black with #4E90CC
Text Example
Text Example
White with #4E90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E90CC; }
p { color: rgb(78,144,204); }
H1.HeaderClassName
{
color: #4E90CC;
}
.AnyTagClassName
{
color: #4E90CC;
}
</style>
background-color css
<style>
a { background-color: #4E90CC; }
a { background-color: rgb(78,144,204); }
div.DivClassName
{
background-color: #4E90CC;
}
.BgClassName
{
background-color: #4E90CC;
}
</style>
border-color css
<style>
span { border-color: #4E90CC; }
span { border-color: rgb(78,144,204); }
td.TdClassName
{
border-color: #4E90CC;
}
.TagClassName
{
border-color: #4E90CC;
}
</style>