Shades of Viking #4FAABA
Tints of Viking #4FAABA
RGB
CMYK
RGB Variations
Color information
#4FAABA (or 0x4FAABA) is known color: Viking. HEX triplet: 4F, AA and BA. RGB value is (79,170,186). Sum of RGB (Red+Green+Blue) = 79+170+186=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAABA is #B05545. Grayscale: #909090. Windows color (decimal): -11556166 or 12233295. OLE color: 12233295.
HSL color Cylindrical-coordinate representation of color #4FAABA: hue angle of 188.97º 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 #4FAABA is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 170 | 186 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.27 |
| HSL | 188.97º | 0.44% | 0.52% | - |
| HSV(B) | 188.97º | 0.58% | 0.73% | - |
| XYZ | 26.46 | 33.96 | 51.61 | - |
| YUV | 144.62 | 151.35 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 186 | 0.58 | 0.09 | 0 | 0.27 | 188.97 | 0.44 | 0.52 |
| Hex | 4F | AA | BA | 3A | 9 | 0 | 1B | BD | 2C | 34 |
| Octal | 117 | 252 | 272 | 72 | 11 | 0 | 33 | 275 | 54 | 64 |
| Binary | 1001111 | 10101010 | 10111010 | 111010 | 1001 | 0 | 11011 | 10111101 | 101100 | 110100 |
Color Harmonies of #4FAABA
Complementary color
Monochromatic Colors of #4FAABA
Black with #4FAABA
Text Example
Text Example
White with #4FAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAABA; }
p { color: rgb(79,170,186); }
H1.HeaderClassName
{
color: #4FAABA;
}
.AnyTagClassName
{
color: #4FAABA;
}
</style>
background-color css
<style>
a { background-color: #4FAABA; }
a { background-color: rgb(79,170,186); }
div.DivClassName
{
background-color: #4FAABA;
}
.BgClassName
{
background-color: #4FAABA;
}
</style>
border-color css
<style>
span { border-color: #4FAABA; }
span { border-color: rgb(79,170,186); }
td.TdClassName
{
border-color: #4FAABA;
}
.TagClassName
{
border-color: #4FAABA;
}
</style>