Shades of Viking #4FACC6
Tints of Viking #4FACC6
RGB
CMYK
RGB Variations
Color information
#4FACC6 (or 0x4FACC6) is known color: Viking. HEX triplet: 4F, AC and C6. RGB value is (79,172,198). Sum of RGB (Red+Green+Blue) = 79+172+198=449 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.59% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #4FACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACC6 is #B05339. Grayscale: #929292. Windows color (decimal): -11555642 or 13020239. OLE color: 13020239.
HSL color Cylindrical-coordinate representation of color #4FACC6: hue angle of 193.11º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FACC6 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 172 | 198 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.22 |
| HSL | 193.11º | 0.51% | 0.54% | - |
| HSV(B) | 193.11º | 0.6% | 0.78% | - |
| XYZ | 28.17 | 35.24 | 58.74 | - |
| YUV | 147.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 198 | 0.60 | 0.13 | 0 | 0.22 | 193.11 | 0.51 | 0.54 |
| Hex | 4F | AC | C6 | 3C | D | 0 | 16 | C1 | 33 | 36 |
| Octal | 117 | 254 | 306 | 74 | 15 | 0 | 26 | 301 | 63 | 66 |
| Binary | 1001111 | 10101100 | 11000110 | 111100 | 1101 | 0 | 10110 | 11000001 | 110011 | 110110 |
Color Harmonies of #4FACC6
Complementary color
Monochromatic Colors of #4FACC6
Black with #4FACC6
Text Example
Text Example
White with #4FACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACC6; }
p { color: rgb(79,172,198); }
H1.HeaderClassName
{
color: #4FACC6;
}
.AnyTagClassName
{
color: #4FACC6;
}
</style>
background-color css
<style>
a { background-color: #4FACC6; }
a { background-color: rgb(79,172,198); }
div.DivClassName
{
background-color: #4FACC6;
}
.BgClassName
{
background-color: #4FACC6;
}
</style>
border-color css
<style>
span { border-color: #4FACC6; }
span { border-color: rgb(79,172,198); }
td.TdClassName
{
border-color: #4FACC6;
}
.TagClassName
{
border-color: #4FACC6;
}
</style>