Shades of Viking #4FBFCD
Tints of Viking #4FBFCD
RGB
CMYK
RGB Variations
Color information
#4FBFCD (or 0x4FBFCD) is known color: Viking. HEX triplet: 4F, BF and CD. RGB value is (79,191,205). Sum of RGB (Red+Green+Blue) = 79+191+205=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFCD is #B04032. Grayscale: #9E9E9E. Windows color (decimal): -11550771 or 13483855. OLE color: 13483855.
HSL color Cylindrical-coordinate representation of color #4FBFCD: hue angle of 186.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBFCD is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 191 | 205 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.20 |
| HSL | 186.67º | 0.56% | 0.56% | - |
| HSV(B) | 186.67º | 0.61% | 0.8% | - |
| XYZ | 32.87 | 43.33 | 64.39 | - |
| YUV | 159.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 205 | 0.61 | 0.07 | 0 | 0.20 | 186.67 | 0.56 | 0.56 |
| Hex | 4F | BF | CD | 3D | 7 | 0 | 14 | BB | 38 | 38 |
| Octal | 117 | 277 | 315 | 75 | 7 | 0 | 24 | 273 | 70 | 70 |
| Binary | 1001111 | 10111111 | 11001101 | 111101 | 111 | 0 | 10100 | 10111011 | 111000 | 111000 |
Color Harmonies of #4FBFCD
Complementary color
Monochromatic Colors of #4FBFCD
Black with #4FBFCD
Text Example
Text Example
White with #4FBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBFCD; }
p { color: rgb(79,191,205); }
H1.HeaderClassName
{
color: #4FBFCD;
}
.AnyTagClassName
{
color: #4FBFCD;
}
</style>
background-color css
<style>
a { background-color: #4FBFCD; }
a { background-color: rgb(79,191,205); }
div.DivClassName
{
background-color: #4FBFCD;
}
.BgClassName
{
background-color: #4FBFCD;
}
</style>
border-color css
<style>
span { border-color: #4FBFCD; }
span { border-color: rgb(79,191,205); }
td.TdClassName
{
border-color: #4FBFCD;
}
.TagClassName
{
border-color: #4FBFCD;
}
</style>