Shades of Viking #4FC1C9
Tints of Viking #4FC1C9
RGB
CMYK
RGB Variations
Color information
#4FC1C9 (or 0x4FC1C9) is known color: Viking. HEX triplet: 4F, C1 and C9. RGB value is (79,193,201). Sum of RGB (Red+Green+Blue) = 79+193+201=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #4FC1C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC1C9 is #B03E36. Grayscale: #9F9F9F. Windows color (decimal): -11550263 or 13222223. OLE color: 13222223.
HSL color Cylindrical-coordinate representation of color #4FC1C9: hue angle of 183.93º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC1C9 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 193 | 201 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.21 |
| HSL | 183.93º | 0.53% | 0.55% | - |
| HSV(B) | 183.93º | 0.61% | 0.79% | - |
| XYZ | 32.84 | 44.02 | 62.02 | - |
| YUV | 159.83 | 151.23 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 193 | 201 | 0.61 | 0.04 | 0 | 0.21 | 183.93 | 0.53 | 0.55 |
| Hex | 4F | C1 | C9 | 3D | 4 | 0 | 15 | B8 | 35 | 37 |
| Octal | 117 | 301 | 311 | 75 | 4 | 0 | 25 | 270 | 65 | 67 |
| Binary | 1001111 | 11000001 | 11001001 | 111101 | 100 | 0 | 10101 | 10111000 | 110101 | 110111 |
Color Harmonies of #4FC1C9
Complementary color
Monochromatic Colors of #4FC1C9
Black with #4FC1C9
Text Example
Text Example
White with #4FC1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC1C9; }
p { color: rgb(79,193,201); }
H1.HeaderClassName
{
color: #4FC1C9;
}
.AnyTagClassName
{
color: #4FC1C9;
}
</style>
background-color css
<style>
a { background-color: #4FC1C9; }
a { background-color: rgb(79,193,201); }
div.DivClassName
{
background-color: #4FC1C9;
}
.BgClassName
{
background-color: #4FC1C9;
}
</style>
border-color css
<style>
span { border-color: #4FC1C9; }
span { border-color: rgb(79,193,201); }
td.TdClassName
{
border-color: #4FC1C9;
}
.TagClassName
{
border-color: #4FC1C9;
}
</style>