Shades of Danube #4991CB
Tints of Danube #4991CB
RGB
CMYK
RGB Variations
Color information
#4991CB (or 0x4991CB) is known color: Danube. HEX triplet: 49, 91 and CB. RGB value is (73,145,203). Sum of RGB (Red+Green+Blue) = 73+145+203=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #4991CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4991CB is #B66E34. Grayscale: #818181. Windows color (decimal): -11955765 or 13341001. OLE color: 13341001.
HSL color Cylindrical-coordinate representation of color #4991CB: hue angle of 206.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4991CB is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 145 | 203 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.20 |
| HSL | 206.77º | 0.56% | 0.54% | - |
| HSV(B) | 206.77º | 0.64% | 0.8% | - |
| XYZ | 23.65 | 25.98 | 60.27 | - |
| YUV | 130.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 203 | 0.64 | 0.29 | 0 | 0.20 | 206.77 | 0.56 | 0.54 |
| Hex | 49 | 91 | CB | 40 | 1D | 0 | 14 | CF | 38 | 36 |
| Octal | 111 | 221 | 313 | 100 | 35 | 0 | 24 | 317 | 70 | 66 |
| Binary | 1001001 | 10010001 | 11001011 | 1000000 | 11101 | 0 | 10100 | 11001111 | 111000 | 110110 |
Color Harmonies of #4991CB
Complementary color
Monochromatic Colors of #4991CB
Black with #4991CB
Text Example
Text Example
White with #4991CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4991CB; }
p { color: rgb(73,145,203); }
H1.HeaderClassName
{
color: #4991CB;
}
.AnyTagClassName
{
color: #4991CB;
}
</style>
background-color css
<style>
a { background-color: #4991CB; }
a { background-color: rgb(73,145,203); }
div.DivClassName
{
background-color: #4991CB;
}
.BgClassName
{
background-color: #4991CB;
}
</style>
border-color css
<style>
span { border-color: #4991CB; }
span { border-color: rgb(73,145,203); }
td.TdClassName
{
border-color: #4991CB;
}
.TagClassName
{
border-color: #4991CB;
}
</style>