Shades of Danube #4F90CB
Tints of Danube #4F90CB
RGB
CMYK
RGB Variations
Color information
#4F90CB (or 0x4F90CB) is known color: Danube. HEX triplet: 4F, 90 and CB. RGB value is (79,144,203). Sum of RGB (Red+Green+Blue) = 79+144+203=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 144 (56.64% from 255 or 33.80% 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 #4F90CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90CB is #B06F34. Grayscale: #828282. Windows color (decimal): -11562805 or 13340751. OLE color: 13340751.
HSL color Cylindrical-coordinate representation of color #4F90CB: hue angle of 208.55º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F90CB is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 144 | 203 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.20 |
| HSL | 208.55º | 0.54% | 0.55% | - |
| HSV(B) | 208.55º | 0.61% | 0.8% | - |
| XYZ | 23.98 | 25.92 | 60.24 | - |
| YUV | 131.29 | 168.47 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 203 | 0.61 | 0.29 | 0 | 0.20 | 208.55 | 0.54 | 0.55 |
| Hex | 4F | 90 | CB | 3D | 1D | 0 | 14 | D1 | 36 | 37 |
| Octal | 117 | 220 | 313 | 75 | 35 | 0 | 24 | 321 | 66 | 67 |
| Binary | 1001111 | 10010000 | 11001011 | 111101 | 11101 | 0 | 10100 | 11010001 | 110110 | 110111 |
Color Harmonies of #4F90CB
Complementary color
Monochromatic Colors of #4F90CB
Black with #4F90CB
Text Example
Text Example
White with #4F90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F90CB; }
p { color: rgb(79,144,203); }
H1.HeaderClassName
{
color: #4F90CB;
}
.AnyTagClassName
{
color: #4F90CB;
}
</style>
background-color css
<style>
a { background-color: #4F90CB; }
a { background-color: rgb(79,144,203); }
div.DivClassName
{
background-color: #4F90CB;
}
.BgClassName
{
background-color: #4F90CB;
}
</style>
border-color css
<style>
span { border-color: #4F90CB; }
span { border-color: rgb(79,144,203); }
td.TdClassName
{
border-color: #4F90CB;
}
.TagClassName
{
border-color: #4F90CB;
}
</style>