Shades of Viking #4FABB5
Tints of Viking #4FABB5
RGB
CMYK
RGB Variations
Color information
#4FABB5 (or 0x4FABB5) is known color: Viking. HEX triplet: 4F, AB and B5. RGB value is (79,171,181). Sum of RGB (Red+Green+Blue) = 79+171+181=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #4FABB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABB5 is #B0544A. Grayscale: #909090. Windows color (decimal): -11555915 or 11905871. OLE color: 11905871.
HSL color Cylindrical-coordinate representation of color #4FABB5: hue angle of 185.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FABB5 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 171 | 181 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.29 |
| HSL | 185.88º | 0.41% | 0.51% | - |
| HSV(B) | 185.88º | 0.56% | 0.71% | - |
| XYZ | 26.13 | 34.12 | 48.93 | - |
| YUV | 144.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 181 | 0.56 | 0.06 | 0 | 0.29 | 185.88 | 0.41 | 0.51 |
| Hex | 4F | AB | B5 | 38 | 6 | 0 | 1D | BA | 29 | 33 |
| Octal | 117 | 253 | 265 | 70 | 6 | 0 | 35 | 272 | 51 | 63 |
| Binary | 1001111 | 10101011 | 10110101 | 111000 | 110 | 0 | 11101 | 10111010 | 101001 | 110011 |
Color Harmonies of #4FABB5
Complementary color
Monochromatic Colors of #4FABB5
Black with #4FABB5
Text Example
Text Example
White with #4FABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABB5; }
p { color: rgb(79,171,181); }
H1.HeaderClassName
{
color: #4FABB5;
}
.AnyTagClassName
{
color: #4FABB5;
}
</style>
background-color css
<style>
a { background-color: #4FABB5; }
a { background-color: rgb(79,171,181); }
div.DivClassName
{
background-color: #4FABB5;
}
.BgClassName
{
background-color: #4FABB5;
}
</style>
border-color css
<style>
span { border-color: #4FABB5; }
span { border-color: rgb(79,171,181); }
td.TdClassName
{
border-color: #4FABB5;
}
.TagClassName
{
border-color: #4FABB5;
}
</style>