Shades of Viking #4FAFBA
Tints of Viking #4FAFBA
RGB
CMYK
RGB Variations
Color information
#4FAFBA (or 0x4FAFBA) is known color: Viking. HEX triplet: 4F, AF and BA. RGB value is (79,175,186). Sum of RGB (Red+Green+Blue) = 79+175+186=440 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.95% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFBA is #B05045. Grayscale: #939393. Windows color (decimal): -11554886 or 12234575. OLE color: 12234575.
HSL color Cylindrical-coordinate representation of color #4FAFBA: hue angle of 186.17º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAFBA is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 175 | 186 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.27 |
| HSL | 186.17º | 0.44% | 0.52% | - |
| HSV(B) | 186.17º | 0.58% | 0.73% | - |
| XYZ | 27.42 | 35.87 | 51.93 | - |
| YUV | 147.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 186 | 0.58 | 0.06 | 0 | 0.27 | 186.17 | 0.44 | 0.52 |
| Hex | 4F | AF | BA | 3A | 6 | 0 | 1B | BA | 2C | 34 |
| Octal | 117 | 257 | 272 | 72 | 6 | 0 | 33 | 272 | 54 | 64 |
| Binary | 1001111 | 10101111 | 10111010 | 111010 | 110 | 0 | 11011 | 10111010 | 101100 | 110100 |
Color Harmonies of #4FAFBA
Complementary color
Monochromatic Colors of #4FAFBA
Black with #4FAFBA
Text Example
Text Example
White with #4FAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFBA; }
p { color: rgb(79,175,186); }
H1.HeaderClassName
{
color: #4FAFBA;
}
.AnyTagClassName
{
color: #4FAFBA;
}
</style>
background-color css
<style>
a { background-color: #4FAFBA; }
a { background-color: rgb(79,175,186); }
div.DivClassName
{
background-color: #4FAFBA;
}
.BgClassName
{
background-color: #4FAFBA;
}
</style>
border-color css
<style>
span { border-color: #4FAFBA; }
span { border-color: rgb(79,175,186); }
td.TdClassName
{
border-color: #4FAFBA;
}
.TagClassName
{
border-color: #4FAFBA;
}
</style>