Shades of Viking #4FACC1
Tints of Viking #4FACC1
RGB
CMYK
RGB Variations
Color information
#4FACC1 (or 0x4FACC1) is known color: Viking. HEX triplet: 4F, AC and C1. RGB value is (79,172,193). Sum of RGB (Red+Green+Blue) = 79+172+193=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #4FACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACC1 is #B0533E. Grayscale: #929292. Windows color (decimal): -11555647 or 12692559. OLE color: 12692559.
HSL color Cylindrical-coordinate representation of color #4FACC1: hue angle of 191.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FACC1 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 172 | 193 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.24 |
| HSL | 191.05º | 0.48% | 0.53% | - |
| HSV(B) | 191.05º | 0.59% | 0.76% | - |
| XYZ | 27.6 | 35.02 | 55.76 | - |
| YUV | 146.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 193 | 0.59 | 0.11 | 0 | 0.24 | 191.05 | 0.48 | 0.53 |
| Hex | 4F | AC | C1 | 3B | B | 0 | 18 | BF | 30 | 35 |
| Octal | 117 | 254 | 301 | 73 | 13 | 0 | 30 | 277 | 60 | 65 |
| Binary | 1001111 | 10101100 | 11000001 | 111011 | 1011 | 0 | 11000 | 10111111 | 110000 | 110101 |
Color Harmonies of #4FACC1
Complementary color
Monochromatic Colors of #4FACC1
Black with #4FACC1
Text Example
Text Example
White with #4FACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACC1; }
p { color: rgb(79,172,193); }
H1.HeaderClassName
{
color: #4FACC1;
}
.AnyTagClassName
{
color: #4FACC1;
}
</style>
background-color css
<style>
a { background-color: #4FACC1; }
a { background-color: rgb(79,172,193); }
div.DivClassName
{
background-color: #4FACC1;
}
.BgClassName
{
background-color: #4FACC1;
}
</style>
border-color css
<style>
span { border-color: #4FACC1; }
span { border-color: rgb(79,172,193); }
td.TdClassName
{
border-color: #4FACC1;
}
.TagClassName
{
border-color: #4FACC1;
}
</style>