Shades of Viking #4FAFC0
Tints of Viking #4FAFC0
RGB
CMYK
RGB Variations
Color information
#4FAFC0 (or 0x4FAFC0) is known color: Viking. HEX triplet: 4F, AF and C0. RGB value is (79,175,192). Sum of RGB (Red+Green+Blue) = 79+175+192=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #4FAFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFC0 is #B0503F. Grayscale: #949494. Windows color (decimal): -11554880 or 12627791. OLE color: 12627791.
HSL color Cylindrical-coordinate representation of color #4FAFC0: hue angle of 189.03º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FAFC0 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 175 | 192 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.25 |
| HSL | 189.03º | 0.47% | 0.53% | - |
| HSV(B) | 189.03º | 0.59% | 0.75% | - |
| XYZ | 28.07 | 36.13 | 55.36 | - |
| YUV | 148.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 192 | 0.59 | 0.09 | 0 | 0.25 | 189.03 | 0.47 | 0.53 |
| Hex | 4F | AF | C0 | 3B | 9 | 0 | 19 | BD | 2F | 35 |
| Octal | 117 | 257 | 300 | 73 | 11 | 0 | 31 | 275 | 57 | 65 |
| Binary | 1001111 | 10101111 | 11000000 | 111011 | 1001 | 0 | 11001 | 10111101 | 101111 | 110101 |
Color Harmonies of #4FAFC0
Complementary color
Monochromatic Colors of #4FAFC0
Black with #4FAFC0
Text Example
Text Example
White with #4FAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFC0; }
p { color: rgb(79,175,192); }
H1.HeaderClassName
{
color: #4FAFC0;
}
.AnyTagClassName
{
color: #4FAFC0;
}
</style>
background-color css
<style>
a { background-color: #4FAFC0; }
a { background-color: rgb(79,175,192); }
div.DivClassName
{
background-color: #4FAFC0;
}
.BgClassName
{
background-color: #4FAFC0;
}
</style>
border-color css
<style>
span { border-color: #4FAFC0; }
span { border-color: rgb(79,175,192); }
td.TdClassName
{
border-color: #4FAFC0;
}
.TagClassName
{
border-color: #4FAFC0;
}
</style>