Shades of Danube #4F8CBE
Tints of Danube #4F8CBE
RGB
CMYK
RGB Variations
Color information
#4F8CBE (or 0x4F8CBE) is known color: Danube. HEX triplet: 4F, 8C and BE. RGB value is (79,140,190). Sum of RGB (Red+Green+Blue) = 79+140+190=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F8CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8CBE is #B07341. Grayscale: #7F7F7F. Windows color (decimal): -11563842 or 12487759. OLE color: 12487759.
HSL color Cylindrical-coordinate representation of color #4F8CBE: hue angle of 207.03º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F8CBE is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 140 | 190 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.25 |
| HSL | 207.03º | 0.46% | 0.53% | - |
| HSV(B) | 207.03º | 0.58% | 0.75% | - |
| XYZ | 21.9 | 24.14 | 52.22 | - |
| YUV | 127.46 | 163.29 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 140 | 190 | 0.58 | 0.26 | 0 | 0.25 | 207.03 | 0.46 | 0.53 |
| Hex | 4F | 8C | BE | 3A | 1A | 0 | 19 | CF | 2E | 35 |
| Octal | 117 | 214 | 276 | 72 | 32 | 0 | 31 | 317 | 56 | 65 |
| Binary | 1001111 | 10001100 | 10111110 | 111010 | 11010 | 0 | 11001 | 11001111 | 101110 | 110101 |
Color Harmonies of #4F8CBE
Complementary color
Monochromatic Colors of #4F8CBE
Black with #4F8CBE
Text Example
Text Example
White with #4F8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8CBE; }
p { color: rgb(79,140,190); }
H1.HeaderClassName
{
color: #4F8CBE;
}
.AnyTagClassName
{
color: #4F8CBE;
}
</style>
background-color css
<style>
a { background-color: #4F8CBE; }
a { background-color: rgb(79,140,190); }
div.DivClassName
{
background-color: #4F8CBE;
}
.BgClassName
{
background-color: #4F8CBE;
}
</style>
border-color css
<style>
span { border-color: #4F8CBE; }
span { border-color: rgb(79,140,190); }
td.TdClassName
{
border-color: #4F8CBE;
}
.TagClassName
{
border-color: #4F8CBE;
}
</style>