Shades of Viking #4FBFC9
Tints of Viking #4FBFC9
RGB
CMYK
RGB Variations
Color information
#4FBFC9 (or 0x4FBFC9) is known color: Viking. HEX triplet: 4F, BF and C9. RGB value is (79,191,201). Sum of RGB (Red+Green+Blue) = 79+191+201=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #4FBFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFC9 is #B04036. Grayscale: #9E9E9E. Windows color (decimal): -11550775 or 13221711. OLE color: 13221711.
HSL color Cylindrical-coordinate representation of color #4FBFC9: hue angle of 184.92º 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 #4FBFC9 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 191 | 201 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.21 |
| HSL | 184.92º | 0.53% | 0.55% | - |
| HSV(B) | 184.92º | 0.61% | 0.79% | - |
| XYZ | 32.4 | 43.14 | 61.88 | - |
| YUV | 158.65 | 151.89 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 201 | 0.61 | 0.05 | 0 | 0.21 | 184.92 | 0.53 | 0.55 |
| Hex | 4F | BF | C9 | 3D | 5 | 0 | 15 | B9 | 35 | 37 |
| Octal | 117 | 277 | 311 | 75 | 5 | 0 | 25 | 271 | 65 | 67 |
| Binary | 1001111 | 10111111 | 11001001 | 111101 | 101 | 0 | 10101 | 10111001 | 110101 | 110111 |
Color Harmonies of #4FBFC9
Complementary color
Monochromatic Colors of #4FBFC9
Black with #4FBFC9
Text Example
Text Example
White with #4FBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBFC9; }
p { color: rgb(79,191,201); }
H1.HeaderClassName
{
color: #4FBFC9;
}
.AnyTagClassName
{
color: #4FBFC9;
}
</style>
background-color css
<style>
a { background-color: #4FBFC9; }
a { background-color: rgb(79,191,201); }
div.DivClassName
{
background-color: #4FBFC9;
}
.BgClassName
{
background-color: #4FBFC9;
}
</style>
border-color css
<style>
span { border-color: #4FBFC9; }
span { border-color: rgb(79,191,201); }
td.TdClassName
{
border-color: #4FBFC9;
}
.TagClassName
{
border-color: #4FBFC9;
}
</style>