Shades of Viking #4FADC4
Tints of Viking #4FADC4
RGB
CMYK
RGB Variations
Color information
#4FADC4 (or 0x4FADC4) is known color: Viking. HEX triplet: 4F, AD and C4. RGB value is (79,173,196). Sum of RGB (Red+Green+Blue) = 79+173+196=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #4FADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADC4 is #B0523B. Grayscale: #939393. Windows color (decimal): -11555388 or 12889423. OLE color: 12889423.
HSL color Cylindrical-coordinate representation of color #4FADC4: hue angle of 191.79º 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 #4FADC4 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 173 | 196 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.23 |
| HSL | 191.79º | 0.5% | 0.54% | - |
| HSV(B) | 191.79º | 0.6% | 0.77% | - |
| XYZ | 28.13 | 35.53 | 57.6 | - |
| YUV | 147.52 | 155.36 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 196 | 0.60 | 0.12 | 0 | 0.23 | 191.79 | 0.5 | 0.54 |
| Hex | 4F | AD | C4 | 3C | C | 0 | 17 | C0 | 32 | 36 |
| Octal | 117 | 255 | 304 | 74 | 14 | 0 | 27 | 300 | 62 | 66 |
| Binary | 1001111 | 10101101 | 11000100 | 111100 | 1100 | 0 | 10111 | 11000000 | 110010 | 110110 |
Color Harmonies of #4FADC4
Complementary color
Monochromatic Colors of #4FADC4
Black with #4FADC4
Text Example
Text Example
White with #4FADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADC4; }
p { color: rgb(79,173,196); }
H1.HeaderClassName
{
color: #4FADC4;
}
.AnyTagClassName
{
color: #4FADC4;
}
</style>
background-color css
<style>
a { background-color: #4FADC4; }
a { background-color: rgb(79,173,196); }
div.DivClassName
{
background-color: #4FADC4;
}
.BgClassName
{
background-color: #4FADC4;
}
</style>
border-color css
<style>
span { border-color: #4FADC4; }
span { border-color: rgb(79,173,196); }
td.TdClassName
{
border-color: #4FADC4;
}
.TagClassName
{
border-color: #4FADC4;
}
</style>