Shades of Viking #4FBABC
Tints of Viking #4FBABC
RGB
CMYK
RGB Variations
Color information
#4FBABC (or 0x4FBABC) is known color: Viking. HEX triplet: 4F, BA and BC. RGB value is (79,186,188). Sum of RGB (Red+Green+Blue) = 79+186+188=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #4FBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBABC is #B04543. Grayscale: #9A9A9A. Windows color (decimal): -11552068 or 12368463. OLE color: 12368463.
HSL color Cylindrical-coordinate representation of color #4FBABC: hue angle of 181.1º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBABC is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 186 | 188 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.26 |
| HSL | 181.1º | 0.45% | 0.52% | - |
| HSV(B) | 181.1º | 0.58% | 0.74% | - |
| XYZ | 29.86 | 40.41 | 53.8 | - |
| YUV | 154.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 188 | 0.58 | 0.01 | 0 | 0.26 | 181.1 | 0.45 | 0.52 |
| Hex | 4F | BA | BC | 3A | 1 | 0 | 1A | B5 | 2D | 34 |
| Octal | 117 | 272 | 274 | 72 | 1 | 0 | 32 | 265 | 55 | 64 |
| Binary | 1001111 | 10111010 | 10111100 | 111010 | 1 | 0 | 11010 | 10110101 | 101101 | 110100 |
Color Harmonies of #4FBABC
Complementary color
Monochromatic Colors of #4FBABC
Black with #4FBABC
Text Example
Text Example
White with #4FBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBABC; }
p { color: rgb(79,186,188); }
H1.HeaderClassName
{
color: #4FBABC;
}
.AnyTagClassName
{
color: #4FBABC;
}
</style>
background-color css
<style>
a { background-color: #4FBABC; }
a { background-color: rgb(79,186,188); }
div.DivClassName
{
background-color: #4FBABC;
}
.BgClassName
{
background-color: #4FBABC;
}
</style>
border-color css
<style>
span { border-color: #4FBABC; }
span { border-color: rgb(79,186,188); }
td.TdClassName
{
border-color: #4FBABC;
}
.TagClassName
{
border-color: #4FBABC;
}
</style>