Shades of Viking #4FADD9
Tints of Viking #4FADD9
RGB
CMYK
RGB Variations
Color information
#4FADD9 (or 0x4FADD9) is known color: Viking. HEX triplet: 4F, AD and D9. RGB value is (79,173,217). Sum of RGB (Red+Green+Blue) = 79+173+217=469 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.84% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #4FADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADD9 is #B05226. Grayscale: #959595. Windows color (decimal): -11555367 or 14265679. OLE color: 14265679.
HSL color Cylindrical-coordinate representation of color #4FADD9: hue angle of 199.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FADD9 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 173 | 217 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.15 |
| HSL | 199.13º | 0.64% | 0.58% | - |
| HSV(B) | 199.13º | 0.64% | 0.85% | - |
| XYZ | 30.69 | 36.56 | 71.08 | - |
| YUV | 149.91 | 165.86 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 217 | 0.64 | 0.20 | 0 | 0.15 | 199.13 | 0.64 | 0.58 |
| Hex | 4F | AD | D9 | 40 | 14 | 0 | F | C7 | 40 | 3A |
| Octal | 117 | 255 | 331 | 100 | 24 | 0 | 17 | 307 | 100 | 72 |
| Binary | 1001111 | 10101101 | 11011001 | 1000000 | 10100 | 0 | 1111 | 11000111 | 1000000 | 111010 |
Color Harmonies of #4FADD9
Complementary color
Monochromatic Colors of #4FADD9
Black with #4FADD9
Text Example
Text Example
White with #4FADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADD9; }
p { color: rgb(79,173,217); }
H1.HeaderClassName
{
color: #4FADD9;
}
.AnyTagClassName
{
color: #4FADD9;
}
</style>
background-color css
<style>
a { background-color: #4FADD9; }
a { background-color: rgb(79,173,217); }
div.DivClassName
{
background-color: #4FADD9;
}
.BgClassName
{
background-color: #4FADD9;
}
</style>
border-color css
<style>
span { border-color: #4FADD9; }
span { border-color: rgb(79,173,217); }
td.TdClassName
{
border-color: #4FADD9;
}
.TagClassName
{
border-color: #4FADD9;
}
</style>