Shades of Viking #4FAAC4
Tints of Viking #4FAAC4
RGB
CMYK
RGB Variations
Color information
#4FAAC4 (or 0x4FAAC4) is known color: Viking. HEX triplet: 4F, AA and C4. RGB value is (79,170,196). Sum of RGB (Red+Green+Blue) = 79+170+196=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #4FAAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAAC4 is #B0553B. Grayscale: #919191. Windows color (decimal): -11556156 or 12888655. OLE color: 12888655.
HSL color Cylindrical-coordinate representation of color #4FAAC4: hue angle of 193.33º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FAAC4 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 170 | 196 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.23 |
| HSL | 193.33º | 0.5% | 0.54% | - |
| HSV(B) | 193.33º | 0.6% | 0.77% | - |
| XYZ | 27.56 | 34.4 | 57.41 | - |
| YUV | 145.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 196 | 0.60 | 0.13 | 0 | 0.23 | 193.33 | 0.5 | 0.54 |
| Hex | 4F | AA | C4 | 3C | D | 0 | 17 | C1 | 32 | 36 |
| Octal | 117 | 252 | 304 | 74 | 15 | 0 | 27 | 301 | 62 | 66 |
| Binary | 1001111 | 10101010 | 11000100 | 111100 | 1101 | 0 | 10111 | 11000001 | 110010 | 110110 |
Color Harmonies of #4FAAC4
Complementary color
Monochromatic Colors of #4FAAC4
Black with #4FAAC4
Text Example
Text Example
White with #4FAAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAC4; }
p { color: rgb(79,170,196); }
H1.HeaderClassName
{
color: #4FAAC4;
}
.AnyTagClassName
{
color: #4FAAC4;
}
</style>
background-color css
<style>
a { background-color: #4FAAC4; }
a { background-color: rgb(79,170,196); }
div.DivClassName
{
background-color: #4FAAC4;
}
.BgClassName
{
background-color: #4FAAC4;
}
</style>
border-color css
<style>
span { border-color: #4FAAC4; }
span { border-color: rgb(79,170,196); }
td.TdClassName
{
border-color: #4FAAC4;
}
.TagClassName
{
border-color: #4FAAC4;
}
</style>