Shades of Danube #4F8FCD
Tints of Danube #4F8FCD
RGB
CMYK
RGB Variations
Color information
#4F8FCD (or 0x4F8FCD) is known color: Danube. HEX triplet: 4F, 8F and CD. RGB value is (79,143,205). Sum of RGB (Red+Green+Blue) = 79+143+205=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F8FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8FCD is #B07032. Grayscale: #828282. Windows color (decimal): -11563059 or 13471567. OLE color: 13471567.
HSL color Cylindrical-coordinate representation of color #4F8FCD: hue angle of 209.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F8FCD is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 143 | 205 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.20 |
| HSL | 209.52º | 0.56% | 0.56% | - |
| HSV(B) | 209.52º | 0.61% | 0.8% | - |
| XYZ | 24.07 | 25.71 | 61.45 | - |
| YUV | 130.93 | 169.8 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 143 | 205 | 0.61 | 0.30 | 0 | 0.20 | 209.52 | 0.56 | 0.56 |
| Hex | 4F | 8F | CD | 3D | 1E | 0 | 14 | D2 | 38 | 38 |
| Octal | 117 | 217 | 315 | 75 | 36 | 0 | 24 | 322 | 70 | 70 |
| Binary | 1001111 | 10001111 | 11001101 | 111101 | 11110 | 0 | 10100 | 11010010 | 111000 | 111000 |
Color Harmonies of #4F8FCD
Complementary color
Monochromatic Colors of #4F8FCD
Black with #4F8FCD
Text Example
Text Example
White with #4F8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8FCD; }
p { color: rgb(79,143,205); }
H1.HeaderClassName
{
color: #4F8FCD;
}
.AnyTagClassName
{
color: #4F8FCD;
}
</style>
background-color css
<style>
a { background-color: #4F8FCD; }
a { background-color: rgb(79,143,205); }
div.DivClassName
{
background-color: #4F8FCD;
}
.BgClassName
{
background-color: #4F8FCD;
}
</style>
border-color css
<style>
span { border-color: #4F8FCD; }
span { border-color: rgb(79,143,205); }
td.TdClassName
{
border-color: #4F8FCD;
}
.TagClassName
{
border-color: #4F8FCD;
}
</style>