Shades of Viking #4FABC4
Tints of Viking #4FABC4
RGB
CMYK
RGB Variations
Color information
#4FABC4 (or 0x4FABC4) is known color: Viking. HEX triplet: 4F, AB and C4. RGB value is (79,171,196). Sum of RGB (Red+Green+Blue) = 79+171+196=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #4FABC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABC4 is #B0543B. Grayscale: #929292. Windows color (decimal): -11555900 or 12888911. OLE color: 12888911.
HSL color Cylindrical-coordinate representation of color #4FABC4: hue angle of 192.82º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FABC4 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 171 | 196 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.23 |
| HSL | 192.82º | 0.5% | 0.54% | - |
| HSV(B) | 192.82º | 0.6% | 0.77% | - |
| XYZ | 27.75 | 34.77 | 57.47 | - |
| YUV | 146.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 196 | 0.60 | 0.13 | 0 | 0.23 | 192.82 | 0.5 | 0.54 |
| Hex | 4F | AB | C4 | 3C | D | 0 | 17 | C1 | 32 | 36 |
| Octal | 117 | 253 | 304 | 74 | 15 | 0 | 27 | 301 | 62 | 66 |
| Binary | 1001111 | 10101011 | 11000100 | 111100 | 1101 | 0 | 10111 | 11000001 | 110010 | 110110 |
Color Harmonies of #4FABC4
Complementary color
Monochromatic Colors of #4FABC4
Black with #4FABC4
Text Example
Text Example
White with #4FABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABC4; }
p { color: rgb(79,171,196); }
H1.HeaderClassName
{
color: #4FABC4;
}
.AnyTagClassName
{
color: #4FABC4;
}
</style>
background-color css
<style>
a { background-color: #4FABC4; }
a { background-color: rgb(79,171,196); }
div.DivClassName
{
background-color: #4FABC4;
}
.BgClassName
{
background-color: #4FABC4;
}
</style>
border-color css
<style>
span { border-color: #4FABC4; }
span { border-color: rgb(79,171,196); }
td.TdClassName
{
border-color: #4FABC4;
}
.TagClassName
{
border-color: #4FABC4;
}
</style>