Shades of Viking #4FAABB
Tints of Viking #4FAABB
RGB
CMYK
RGB Variations
Color information
#4FAABB (or 0x4FAABB) is known color: Viking. HEX triplet: 4F, AA and BB. RGB value is (79,170,187). Sum of RGB (Red+Green+Blue) = 79+170+187=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #4FAABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAABB is #B05544. Grayscale: #909090. Windows color (decimal): -11556165 or 12298831. OLE color: 12298831.
HSL color Cylindrical-coordinate representation of color #4FAABB: hue angle of 189.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAABB is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 170 | 187 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.27 |
| HSL | 189.44º | 0.44% | 0.52% | - |
| HSV(B) | 189.44º | 0.58% | 0.73% | - |
| XYZ | 26.57 | 34 | 52.18 | - |
| YUV | 144.73 | 151.85 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 187 | 0.58 | 0.09 | 0 | 0.27 | 189.44 | 0.44 | 0.52 |
| Hex | 4F | AA | BB | 3A | 9 | 0 | 1B | BD | 2C | 34 |
| Octal | 117 | 252 | 273 | 72 | 11 | 0 | 33 | 275 | 54 | 64 |
| Binary | 1001111 | 10101010 | 10111011 | 111010 | 1001 | 0 | 11011 | 10111101 | 101100 | 110100 |
Color Harmonies of #4FAABB
Complementary color
Monochromatic Colors of #4FAABB
Black with #4FAABB
Text Example
Text Example
White with #4FAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAABB; }
p { color: rgb(79,170,187); }
H1.HeaderClassName
{
color: #4FAABB;
}
.AnyTagClassName
{
color: #4FAABB;
}
</style>
background-color css
<style>
a { background-color: #4FAABB; }
a { background-color: rgb(79,170,187); }
div.DivClassName
{
background-color: #4FAABB;
}
.BgClassName
{
background-color: #4FAABB;
}
</style>
border-color css
<style>
span { border-color: #4FAABB; }
span { border-color: rgb(79,170,187); }
td.TdClassName
{
border-color: #4FAABB;
}
.TagClassName
{
border-color: #4FAABB;
}
</style>