Shades of Danube #4B91CA
Tints of Danube #4B91CA
RGB
CMYK
RGB Variations
Color information
#4B91CA (or 0x4B91CA) is known color: Danube. HEX triplet: 4B, 91 and CA. RGB value is (75,145,202). Sum of RGB (Red+Green+Blue) = 75+145+202=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B91CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B91CA is #B46E35. Grayscale: #828282. Windows color (decimal): -11824694 or 13275467. OLE color: 13275467.
HSL color Cylindrical-coordinate representation of color #4B91CA: hue angle of 206.93º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B91CA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 145 | 202 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.21 |
| HSL | 206.93º | 0.55% | 0.54% | - |
| HSV(B) | 206.93º | 0.63% | 0.79% | - |
| XYZ | 23.69 | 26.01 | 59.65 | - |
| YUV | 130.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 202 | 0.63 | 0.28 | 0 | 0.21 | 206.93 | 0.55 | 0.54 |
| Hex | 4B | 91 | CA | 3F | 1C | 0 | 15 | CF | 37 | 36 |
| Octal | 113 | 221 | 312 | 77 | 34 | 0 | 25 | 317 | 67 | 66 |
| Binary | 1001011 | 10010001 | 11001010 | 111111 | 11100 | 0 | 10101 | 11001111 | 110111 | 110110 |
Color Harmonies of #4B91CA
Complementary color
Monochromatic Colors of #4B91CA
Black with #4B91CA
Text Example
Text Example
White with #4B91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B91CA; }
p { color: rgb(75,145,202); }
H1.HeaderClassName
{
color: #4B91CA;
}
.AnyTagClassName
{
color: #4B91CA;
}
</style>
background-color css
<style>
a { background-color: #4B91CA; }
a { background-color: rgb(75,145,202); }
div.DivClassName
{
background-color: #4B91CA;
}
.BgClassName
{
background-color: #4B91CA;
}
</style>
border-color css
<style>
span { border-color: #4B91CA; }
span { border-color: rgb(75,145,202); }
td.TdClassName
{
border-color: #4B91CA;
}
.TagClassName
{
border-color: #4B91CA;
}
</style>