Shades of Viking #4FBCC6
Tints of Viking #4FBCC6
RGB
CMYK
RGB Variations
Color information
#4FBCC6 (or 0x4FBCC6) is known color: Viking. HEX triplet: 4F, BC and C6. RGB value is (79,188,198). Sum of RGB (Red+Green+Blue) = 79+188+198=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #4FBCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCC6 is #B04339. Grayscale: #9C9C9C. Windows color (decimal): -11551546 or 13024335. OLE color: 13024335.
HSL color Cylindrical-coordinate representation of color #4FBCC6: hue angle of 185.04º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FBCC6 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 188 | 198 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.22 |
| HSL | 185.04º | 0.51% | 0.54% | - |
| HSV(B) | 185.04º | 0.6% | 0.78% | - |
| XYZ | 31.4 | 41.71 | 59.82 | - |
| YUV | 156.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 198 | 0.60 | 0.05 | 0 | 0.22 | 185.04 | 0.51 | 0.54 |
| Hex | 4F | BC | C6 | 3C | 5 | 0 | 16 | B9 | 33 | 36 |
| Octal | 117 | 274 | 306 | 74 | 5 | 0 | 26 | 271 | 63 | 66 |
| Binary | 1001111 | 10111100 | 11000110 | 111100 | 101 | 0 | 10110 | 10111001 | 110011 | 110110 |
Color Harmonies of #4FBCC6
Complementary color
Monochromatic Colors of #4FBCC6
Black with #4FBCC6
Text Example
Text Example
White with #4FBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCC6; }
p { color: rgb(79,188,198); }
H1.HeaderClassName
{
color: #4FBCC6;
}
.AnyTagClassName
{
color: #4FBCC6;
}
</style>
background-color css
<style>
a { background-color: #4FBCC6; }
a { background-color: rgb(79,188,198); }
div.DivClassName
{
background-color: #4FBCC6;
}
.BgClassName
{
background-color: #4FBCC6;
}
</style>
border-color css
<style>
span { border-color: #4FBCC6; }
span { border-color: rgb(79,188,198); }
td.TdClassName
{
border-color: #4FBCC6;
}
.TagClassName
{
border-color: #4FBCC6;
}
</style>