Shades of Viking #4FC0CA
Tints of Viking #4FC0CA
RGB
CMYK
RGB Variations
Color information
#4FC0CA (or 0x4FC0CA) is known color: Viking. HEX triplet: 4F, C0 and CA. RGB value is (79,192,202). Sum of RGB (Red+Green+Blue) = 79+192+202=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC0CA is #B03F35. Grayscale: #9F9F9F. Windows color (decimal): -11550518 or 13287503. OLE color: 13287503.
HSL color Cylindrical-coordinate representation of color #4FC0CA: hue angle of 184.88º degrees, saturation: 0.54, 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 #4FC0CA is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 192 | 202 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.21 |
| HSL | 184.88º | 0.54% | 0.55% | - |
| HSV(B) | 184.88º | 0.61% | 0.79% | - |
| XYZ | 32.73 | 43.63 | 62.57 | - |
| YUV | 159.35 | 152.06 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 202 | 0.61 | 0.05 | 0 | 0.21 | 184.88 | 0.54 | 0.55 |
| Hex | 4F | C0 | CA | 3D | 5 | 0 | 15 | B9 | 36 | 37 |
| Octal | 117 | 300 | 312 | 75 | 5 | 0 | 25 | 271 | 66 | 67 |
| Binary | 1001111 | 11000000 | 11001010 | 111101 | 101 | 0 | 10101 | 10111001 | 110110 | 110111 |
Color Harmonies of #4FC0CA
Complementary color
Monochromatic Colors of #4FC0CA
Black with #4FC0CA
Text Example
Text Example
White with #4FC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC0CA; }
p { color: rgb(79,192,202); }
H1.HeaderClassName
{
color: #4FC0CA;
}
.AnyTagClassName
{
color: #4FC0CA;
}
</style>
background-color css
<style>
a { background-color: #4FC0CA; }
a { background-color: rgb(79,192,202); }
div.DivClassName
{
background-color: #4FC0CA;
}
.BgClassName
{
background-color: #4FC0CA;
}
</style>
border-color css
<style>
span { border-color: #4FC0CA; }
span { border-color: rgb(79,192,202); }
td.TdClassName
{
border-color: #4FC0CA;
}
.TagClassName
{
border-color: #4FC0CA;
}
</style>