Shades of Danube #4F91BC
Tints of Danube #4F91BC
RGB
CMYK
RGB Variations
Color information
#4F91BC (or 0x4F91BC) is known color: Danube. HEX triplet: 4F, 91 and BC. RGB value is (79,145,188). Sum of RGB (Red+Green+Blue) = 79+145+188=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F91BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F91BC is #B06E43. Grayscale: #818181. Windows color (decimal): -11562564 or 12357967. OLE color: 12357967.
HSL color Cylindrical-coordinate representation of color #4F91BC: hue angle of 203.67º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F91BC is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 145 | 188 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.26 |
| HSL | 203.67º | 0.45% | 0.52% | - |
| HSV(B) | 203.67º | 0.58% | 0.74% | - |
| XYZ | 22.43 | 25.54 | 51.33 | - |
| YUV | 130.17 | 160.63 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 188 | 0.58 | 0.23 | 0 | 0.26 | 203.67 | 0.45 | 0.52 |
| Hex | 4F | 91 | BC | 3A | 17 | 0 | 1A | CC | 2D | 34 |
| Octal | 117 | 221 | 274 | 72 | 27 | 0 | 32 | 314 | 55 | 64 |
| Binary | 1001111 | 10010001 | 10111100 | 111010 | 10111 | 0 | 11010 | 11001100 | 101101 | 110100 |
Color Harmonies of #4F91BC
Complementary color
Monochromatic Colors of #4F91BC
Black with #4F91BC
Text Example
Text Example
White with #4F91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F91BC; }
p { color: rgb(79,145,188); }
H1.HeaderClassName
{
color: #4F91BC;
}
.AnyTagClassName
{
color: #4F91BC;
}
</style>
background-color css
<style>
a { background-color: #4F91BC; }
a { background-color: rgb(79,145,188); }
div.DivClassName
{
background-color: #4F91BC;
}
.BgClassName
{
background-color: #4F91BC;
}
</style>
border-color css
<style>
span { border-color: #4F91BC; }
span { border-color: rgb(79,145,188); }
td.TdClassName
{
border-color: #4F91BC;
}
.TagClassName
{
border-color: #4F91BC;
}
</style>