Shades of Danube #4F8FBC
Tints of Danube #4F8FBC
RGB
CMYK
RGB Variations
Color information
#4F8FBC (or 0x4F8FBC) is known color: Danube. HEX triplet: 4F, 8F and BC. RGB value is (79,143,188). Sum of RGB (Red+Green+Blue) = 79+143+188=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F8FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8FBC is #B07043. Grayscale: #808080. Windows color (decimal): -11563076 or 12357455. OLE color: 12357455.
HSL color Cylindrical-coordinate representation of color #4F8FBC: hue angle of 204.77º 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 #4F8FBC is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 143 | 188 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.26 |
| HSL | 204.77º | 0.45% | 0.52% | - |
| HSV(B) | 204.77º | 0.58% | 0.74% | - |
| XYZ | 22.12 | 24.94 | 51.22 | - |
| YUV | 128.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 143 | 188 | 0.58 | 0.24 | 0 | 0.26 | 204.77 | 0.45 | 0.52 |
| Hex | 4F | 8F | BC | 3A | 18 | 0 | 1A | CD | 2D | 34 |
| Octal | 117 | 217 | 274 | 72 | 30 | 0 | 32 | 315 | 55 | 64 |
| Binary | 1001111 | 10001111 | 10111100 | 111010 | 11000 | 0 | 11010 | 11001101 | 101101 | 110100 |
Color Harmonies of #4F8FBC
Complementary color
Monochromatic Colors of #4F8FBC
Black with #4F8FBC
Text Example
Text Example
White with #4F8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8FBC; }
p { color: rgb(79,143,188); }
H1.HeaderClassName
{
color: #4F8FBC;
}
.AnyTagClassName
{
color: #4F8FBC;
}
</style>
background-color css
<style>
a { background-color: #4F8FBC; }
a { background-color: rgb(79,143,188); }
div.DivClassName
{
background-color: #4F8FBC;
}
.BgClassName
{
background-color: #4F8FBC;
}
</style>
border-color css
<style>
span { border-color: #4F8FBC; }
span { border-color: rgb(79,143,188); }
td.TdClassName
{
border-color: #4F8FBC;
}
.TagClassName
{
border-color: #4F8FBC;
}
</style>