Shades of Viking #4FACC8
Tints of Viking #4FACC8
RGB
CMYK
RGB Variations
Color information
#4FACC8 (or 0x4FACC8) is known color: Viking. HEX triplet: 4F, AC and C8. RGB value is (79,172,200). Sum of RGB (Red+Green+Blue) = 79+172+200=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #4FACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACC8 is #B05337. Grayscale: #939393. Windows color (decimal): -11555640 or 13151311. OLE color: 13151311.
HSL color Cylindrical-coordinate representation of color #4FACC8: hue angle of 193.88º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FACC8 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 172 | 200 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.22 |
| HSL | 193.88º | 0.52% | 0.55% | - |
| HSV(B) | 193.88º | 0.61% | 0.78% | - |
| XYZ | 28.4 | 35.34 | 59.97 | - |
| YUV | 147.39 | 157.69 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 200 | 0.60 | 0.14 | 0 | 0.22 | 193.88 | 0.52 | 0.55 |
| Hex | 4F | AC | C8 | 3C | E | 0 | 16 | C2 | 34 | 37 |
| Octal | 117 | 254 | 310 | 74 | 16 | 0 | 26 | 302 | 64 | 67 |
| Binary | 1001111 | 10101100 | 11001000 | 111100 | 1110 | 0 | 10110 | 11000010 | 110100 | 110111 |
Color Harmonies of #4FACC8
Complementary color
Monochromatic Colors of #4FACC8
Black with #4FACC8
Text Example
Text Example
White with #4FACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACC8; }
p { color: rgb(79,172,200); }
H1.HeaderClassName
{
color: #4FACC8;
}
.AnyTagClassName
{
color: #4FACC8;
}
</style>
background-color css
<style>
a { background-color: #4FACC8; }
a { background-color: rgb(79,172,200); }
div.DivClassName
{
background-color: #4FACC8;
}
.BgClassName
{
background-color: #4FACC8;
}
</style>
border-color css
<style>
span { border-color: #4FACC8; }
span { border-color: rgb(79,172,200); }
td.TdClassName
{
border-color: #4FACC8;
}
.TagClassName
{
border-color: #4FACC8;
}
</style>