Shades of Viking #4FA6B5
Tints of Viking #4FA6B5
RGB
CMYK
RGB Variations
Color information
#4FA6B5 (or 0x4FA6B5) is known color: Viking. HEX triplet: 4F, A6 and B5. RGB value is (79,166,181). Sum of RGB (Red+Green+Blue) = 79+166+181=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #4FA6B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA6B5 is #B0594A. Grayscale: #8D8D8D. Windows color (decimal): -11557195 or 11904591. OLE color: 11904591.
HSL color Cylindrical-coordinate representation of color #4FA6B5: hue angle of 188.82º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FA6B5 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 166 | 181 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.29 |
| HSL | 188.82º | 0.41% | 0.51% | - |
| HSV(B) | 188.82º | 0.56% | 0.71% | - |
| XYZ | 25.2 | 32.27 | 48.62 | - |
| YUV | 141.7 | 150.18 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 181 | 0.56 | 0.08 | 0 | 0.29 | 188.82 | 0.41 | 0.51 |
| Hex | 4F | A6 | B5 | 38 | 8 | 0 | 1D | BD | 29 | 33 |
| Octal | 117 | 246 | 265 | 70 | 10 | 0 | 35 | 275 | 51 | 63 |
| Binary | 1001111 | 10100110 | 10110101 | 111000 | 1000 | 0 | 11101 | 10111101 | 101001 | 110011 |
Color Harmonies of #4FA6B5
Complementary color
Monochromatic Colors of #4FA6B5
Black with #4FA6B5
Text Example
Text Example
White with #4FA6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA6B5; }
p { color: rgb(79,166,181); }
H1.HeaderClassName
{
color: #4FA6B5;
}
.AnyTagClassName
{
color: #4FA6B5;
}
</style>
background-color css
<style>
a { background-color: #4FA6B5; }
a { background-color: rgb(79,166,181); }
div.DivClassName
{
background-color: #4FA6B5;
}
.BgClassName
{
background-color: #4FA6B5;
}
</style>
border-color css
<style>
span { border-color: #4FA6B5; }
span { border-color: rgb(79,166,181); }
td.TdClassName
{
border-color: #4FA6B5;
}
.TagClassName
{
border-color: #4FA6B5;
}
</style>