Shades of Viking #4FACC0
Tints of Viking #4FACC0
RGB
CMYK
RGB Variations
Color information
#4FACC0 (or 0x4FACC0) is known color: Viking. HEX triplet: 4F, AC and C0. RGB value is (79,172,192). Sum of RGB (Red+Green+Blue) = 79+172+192=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #4FACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACC0 is #B0533F. Grayscale: #929292. Windows color (decimal): -11555648 or 12627023. OLE color: 12627023.
HSL color Cylindrical-coordinate representation of color #4FACC0: hue angle of 190.62º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FACC0 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 172 | 192 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.25 |
| HSL | 190.62º | 0.47% | 0.53% | - |
| HSV(B) | 190.62º | 0.59% | 0.75% | - |
| XYZ | 27.49 | 34.97 | 55.17 | - |
| YUV | 146.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 192 | 0.59 | 0.10 | 0 | 0.25 | 190.62 | 0.47 | 0.53 |
| Hex | 4F | AC | C0 | 3B | A | 0 | 19 | BF | 2F | 35 |
| Octal | 117 | 254 | 300 | 73 | 12 | 0 | 31 | 277 | 57 | 65 |
| Binary | 1001111 | 10101100 | 11000000 | 111011 | 1010 | 0 | 11001 | 10111111 | 101111 | 110101 |
Color Harmonies of #4FACC0
Complementary color
Monochromatic Colors of #4FACC0
Black with #4FACC0
Text Example
Text Example
White with #4FACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACC0; }
p { color: rgb(79,172,192); }
H1.HeaderClassName
{
color: #4FACC0;
}
.AnyTagClassName
{
color: #4FACC0;
}
</style>
background-color css
<style>
a { background-color: #4FACC0; }
a { background-color: rgb(79,172,192); }
div.DivClassName
{
background-color: #4FACC0;
}
.BgClassName
{
background-color: #4FACC0;
}
</style>
border-color css
<style>
span { border-color: #4FACC0; }
span { border-color: rgb(79,172,192); }
td.TdClassName
{
border-color: #4FACC0;
}
.TagClassName
{
border-color: #4FACC0;
}
</style>