Shades of Viking #4FABCD
Tints of Viking #4FABCD
RGB
CMYK
RGB Variations
Color information
#4FABCD (or 0x4FABCD) is known color: Viking. HEX triplet: 4F, AB and CD. RGB value is (79,171,205). Sum of RGB (Red+Green+Blue) = 79+171+205=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABCD is #B05432. Grayscale: #939393. Windows color (decimal): -11555891 or 13478735. OLE color: 13478735.
HSL color Cylindrical-coordinate representation of color #4FABCD: hue angle of 196.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FABCD is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 171 | 205 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.20 |
| HSL | 196.19º | 0.56% | 0.56% | - |
| HSV(B) | 196.19º | 0.61% | 0.8% | - |
| XYZ | 28.81 | 35.2 | 63.03 | - |
| YUV | 147.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 205 | 0.61 | 0.17 | 0 | 0.20 | 196.19 | 0.56 | 0.56 |
| Hex | 4F | AB | CD | 3D | 11 | 0 | 14 | C4 | 38 | 38 |
| Octal | 117 | 253 | 315 | 75 | 21 | 0 | 24 | 304 | 70 | 70 |
| Binary | 1001111 | 10101011 | 11001101 | 111101 | 10001 | 0 | 10100 | 11000100 | 111000 | 111000 |
Color Harmonies of #4FABCD
Complementary color
Monochromatic Colors of #4FABCD
Black with #4FABCD
Text Example
Text Example
White with #4FABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABCD; }
p { color: rgb(79,171,205); }
H1.HeaderClassName
{
color: #4FABCD;
}
.AnyTagClassName
{
color: #4FABCD;
}
</style>
background-color css
<style>
a { background-color: #4FABCD; }
a { background-color: rgb(79,171,205); }
div.DivClassName
{
background-color: #4FABCD;
}
.BgClassName
{
background-color: #4FABCD;
}
</style>
border-color css
<style>
span { border-color: #4FABCD; }
span { border-color: rgb(79,171,205); }
td.TdClassName
{
border-color: #4FABCD;
}
.TagClassName
{
border-color: #4FABCD;
}
</style>