Shades of Danube #4F8DC1
Tints of Danube #4F8DC1
RGB
CMYK
RGB Variations
Color information
#4F8DC1 (or 0x4F8DC1) is known color: Danube. HEX triplet: 4F, 8D and C1. RGB value is (79,141,193). Sum of RGB (Red+Green+Blue) = 79+141+193=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F8DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8DC1 is #B0723E. Grayscale: #808080. Windows color (decimal): -11563583 or 12684623. OLE color: 12684623.
HSL color Cylindrical-coordinate representation of color #4F8DC1: hue angle of 207.37º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F8DC1 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 141 | 193 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.24 |
| HSL | 207.37º | 0.48% | 0.53% | - |
| HSV(B) | 207.37º | 0.59% | 0.76% | - |
| XYZ | 22.37 | 24.56 | 54.01 | - |
| YUV | 128.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 141 | 193 | 0.59 | 0.27 | 0 | 0.24 | 207.37 | 0.48 | 0.53 |
| Hex | 4F | 8D | C1 | 3B | 1B | 0 | 18 | CF | 30 | 35 |
| Octal | 117 | 215 | 301 | 73 | 33 | 0 | 30 | 317 | 60 | 65 |
| Binary | 1001111 | 10001101 | 11000001 | 111011 | 11011 | 0 | 11000 | 11001111 | 110000 | 110101 |
Color Harmonies of #4F8DC1
Complementary color
Monochromatic Colors of #4F8DC1
Black with #4F8DC1
Text Example
Text Example
White with #4F8DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8DC1; }
p { color: rgb(79,141,193); }
H1.HeaderClassName
{
color: #4F8DC1;
}
.AnyTagClassName
{
color: #4F8DC1;
}
</style>
background-color css
<style>
a { background-color: #4F8DC1; }
a { background-color: rgb(79,141,193); }
div.DivClassName
{
background-color: #4F8DC1;
}
.BgClassName
{
background-color: #4F8DC1;
}
</style>
border-color css
<style>
span { border-color: #4F8DC1; }
span { border-color: rgb(79,141,193); }
td.TdClassName
{
border-color: #4F8DC1;
}
.TagClassName
{
border-color: #4F8DC1;
}
</style>