Shades of Danube #4F8DC5
Tints of Danube #4F8DC5
RGB
CMYK
RGB Variations
Color information
#4F8DC5 (or 0x4F8DC5) is known color: Danube. HEX triplet: 4F, 8D and C5. RGB value is (79,141,197). Sum of RGB (Red+Green+Blue) = 79+141+197=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #4F8DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8DC5 is #B0723A. Grayscale: #808080. Windows color (decimal): -11563579 or 12946767. OLE color: 12946767.
HSL color Cylindrical-coordinate representation of color #4F8DC5: hue angle of 208.47º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F8DC5 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 141 | 197 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.23 |
| HSL | 208.47º | 0.5% | 0.54% | - |
| HSV(B) | 208.47º | 0.6% | 0.77% | - |
| XYZ | 22.83 | 24.74 | 56.4 | - |
| YUV | 128.85 | 166.46 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 141 | 197 | 0.60 | 0.28 | 0 | 0.23 | 208.47 | 0.5 | 0.54 |
| Hex | 4F | 8D | C5 | 3C | 1C | 0 | 17 | D0 | 32 | 36 |
| Octal | 117 | 215 | 305 | 74 | 34 | 0 | 27 | 320 | 62 | 66 |
| Binary | 1001111 | 10001101 | 11000101 | 111100 | 11100 | 0 | 10111 | 11010000 | 110010 | 110110 |
Color Harmonies of #4F8DC5
Complementary color
Monochromatic Colors of #4F8DC5
Black with #4F8DC5
Text Example
Text Example
White with #4F8DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8DC5; }
p { color: rgb(79,141,197); }
H1.HeaderClassName
{
color: #4F8DC5;
}
.AnyTagClassName
{
color: #4F8DC5;
}
</style>
background-color css
<style>
a { background-color: #4F8DC5; }
a { background-color: rgb(79,141,197); }
div.DivClassName
{
background-color: #4F8DC5;
}
.BgClassName
{
background-color: #4F8DC5;
}
</style>
border-color css
<style>
span { border-color: #4F8DC5; }
span { border-color: rgb(79,141,197); }
td.TdClassName
{
border-color: #4F8DC5;
}
.TagClassName
{
border-color: #4F8DC5;
}
</style>