Shades of Viking #4FABBF
Tints of Viking #4FABBF
RGB
CMYK
RGB Variations
Color information
#4FABBF (or 0x4FABBF) is known color: Viking. HEX triplet: 4F, AB and BF. RGB value is (79,171,191). Sum of RGB (Red+Green+Blue) = 79+171+191=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #4FABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABBF is #B05440. Grayscale: #919191. Windows color (decimal): -11555905 or 12561231. OLE color: 12561231.
HSL color Cylindrical-coordinate representation of color #4FABBF: hue angle of 190.71º 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 #4FABBF is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 171 | 191 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.25 |
| HSL | 190.71º | 0.47% | 0.53% | - |
| HSV(B) | 190.71º | 0.59% | 0.75% | - |
| XYZ | 27.19 | 34.55 | 54.53 | - |
| YUV | 145.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 191 | 0.59 | 0.10 | 0 | 0.25 | 190.71 | 0.47 | 0.53 |
| Hex | 4F | AB | BF | 3B | A | 0 | 19 | BF | 2F | 35 |
| Octal | 117 | 253 | 277 | 73 | 12 | 0 | 31 | 277 | 57 | 65 |
| Binary | 1001111 | 10101011 | 10111111 | 111011 | 1010 | 0 | 11001 | 10111111 | 101111 | 110101 |
Color Harmonies of #4FABBF
Complementary color
Monochromatic Colors of #4FABBF
Black with #4FABBF
Text Example
Text Example
White with #4FABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABBF; }
p { color: rgb(79,171,191); }
H1.HeaderClassName
{
color: #4FABBF;
}
.AnyTagClassName
{
color: #4FABBF;
}
</style>
background-color css
<style>
a { background-color: #4FABBF; }
a { background-color: rgb(79,171,191); }
div.DivClassName
{
background-color: #4FABBF;
}
.BgClassName
{
background-color: #4FABBF;
}
</style>
border-color css
<style>
span { border-color: #4FABBF; }
span { border-color: rgb(79,171,191); }
td.TdClassName
{
border-color: #4FABBF;
}
.TagClassName
{
border-color: #4FABBF;
}
</style>