Shades of Danube #4F8FC9
Tints of Danube #4F8FC9
RGB
CMYK
RGB Variations
Color information
#4F8FC9 (or 0x4F8FC9) is known color: Danube. HEX triplet: 4F, 8F and C9. RGB value is (79,143,201). Sum of RGB (Red+Green+Blue) = 79+143+201=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #4F8FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8FC9 is #B07036. Grayscale: #828282. Windows color (decimal): -11563063 or 13209423. OLE color: 13209423.
HSL color Cylindrical-coordinate representation of color #4F8FC9: hue angle of 208.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F8FC9 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 143 | 201 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.21 |
| HSL | 208.52º | 0.53% | 0.55% | - |
| HSV(B) | 208.52º | 0.61% | 0.79% | - |
| XYZ | 23.59 | 25.52 | 58.94 | - |
| YUV | 130.48 | 167.8 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 143 | 201 | 0.61 | 0.29 | 0 | 0.21 | 208.52 | 0.53 | 0.55 |
| Hex | 4F | 8F | C9 | 3D | 1D | 0 | 15 | D1 | 35 | 37 |
| Octal | 117 | 217 | 311 | 75 | 35 | 0 | 25 | 321 | 65 | 67 |
| Binary | 1001111 | 10001111 | 11001001 | 111101 | 11101 | 0 | 10101 | 11010001 | 110101 | 110111 |
Color Harmonies of #4F8FC9
Complementary color
Monochromatic Colors of #4F8FC9
Black with #4F8FC9
Text Example
Text Example
White with #4F8FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8FC9; }
p { color: rgb(79,143,201); }
H1.HeaderClassName
{
color: #4F8FC9;
}
.AnyTagClassName
{
color: #4F8FC9;
}
</style>
background-color css
<style>
a { background-color: #4F8FC9; }
a { background-color: rgb(79,143,201); }
div.DivClassName
{
background-color: #4F8FC9;
}
.BgClassName
{
background-color: #4F8FC9;
}
</style>
border-color css
<style>
span { border-color: #4F8FC9; }
span { border-color: rgb(79,143,201); }
td.TdClassName
{
border-color: #4F8FC9;
}
.TagClassName
{
border-color: #4F8FC9;
}
</style>