Shades of Danube #4C8DC1
Tints of Danube #4C8DC1
RGB
CMYK
RGB Variations
Color information
#4C8DC1 (or 0x4C8DC1) is known color: Danube. HEX triplet: 4C, 8D and C1. RGB value is (76,141,193). Sum of RGB (Red+Green+Blue) = 76+141+193=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C8DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8DC1 is #B3723E. Grayscale: #7F7F7F. Windows color (decimal): -11760191 or 12684620. OLE color: 12684620.
HSL color Cylindrical-coordinate representation of color #4C8DC1: hue angle of 206.67º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C8DC1 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 141 | 193 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.24 |
| HSL | 206.67º | 0.49% | 0.53% | - |
| HSV(B) | 206.67º | 0.61% | 0.76% | - |
| XYZ | 22.13 | 24.44 | 54 | - |
| YUV | 127.49 | 164.97 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 193 | 0.61 | 0.27 | 0 | 0.24 | 206.67 | 0.49 | 0.53 |
| Hex | 4C | 8D | C1 | 3D | 1B | 0 | 18 | CF | 31 | 35 |
| Octal | 114 | 215 | 301 | 75 | 33 | 0 | 30 | 317 | 61 | 65 |
| Binary | 1001100 | 10001101 | 11000001 | 111101 | 11011 | 0 | 11000 | 11001111 | 110001 | 110101 |
Color Harmonies of #4C8DC1
Complementary color
Monochromatic Colors of #4C8DC1
Black with #4C8DC1
Text Example
Text Example
White with #4C8DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8DC1; }
p { color: rgb(76,141,193); }
H1.HeaderClassName
{
color: #4C8DC1;
}
.AnyTagClassName
{
color: #4C8DC1;
}
</style>
background-color css
<style>
a { background-color: #4C8DC1; }
a { background-color: rgb(76,141,193); }
div.DivClassName
{
background-color: #4C8DC1;
}
.BgClassName
{
background-color: #4C8DC1;
}
</style>
border-color css
<style>
span { border-color: #4C8DC1; }
span { border-color: rgb(76,141,193); }
td.TdClassName
{
border-color: #4C8DC1;
}
.TagClassName
{
border-color: #4C8DC1;
}
</style>