Shades of Viking #4FA7BC
Tints of Viking #4FA7BC
RGB
CMYK
RGB Variations
Color information
#4FA7BC (or 0x4FA7BC) is known color: Viking. HEX triplet: 4F, A7 and BC. RGB value is (79,167,188). Sum of RGB (Red+Green+Blue) = 79+167+188=434 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.20% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #4FA7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA7BC is #B05843. Grayscale: #8E8E8E. Windows color (decimal): -11556932 or 12363599. OLE color: 12363599.
HSL color Cylindrical-coordinate representation of color #4FA7BC: hue angle of 191.56º 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 #4FA7BC is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 167 | 188 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.26 |
| HSL | 191.56º | 0.45% | 0.52% | - |
| HSV(B) | 191.56º | 0.58% | 0.74% | - |
| XYZ | 26.12 | 32.93 | 52.56 | - |
| YUV | 143.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 167 | 188 | 0.58 | 0.11 | 0 | 0.26 | 191.56 | 0.45 | 0.52 |
| Hex | 4F | A7 | BC | 3A | B | 0 | 1A | C0 | 2D | 34 |
| Octal | 117 | 247 | 274 | 72 | 13 | 0 | 32 | 300 | 55 | 64 |
| Binary | 1001111 | 10100111 | 10111100 | 111010 | 1011 | 0 | 11010 | 11000000 | 101101 | 110100 |
Color Harmonies of #4FA7BC
Complementary color
Monochromatic Colors of #4FA7BC
Black with #4FA7BC
Text Example
Text Example
White with #4FA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA7BC; }
p { color: rgb(79,167,188); }
H1.HeaderClassName
{
color: #4FA7BC;
}
.AnyTagClassName
{
color: #4FA7BC;
}
</style>
background-color css
<style>
a { background-color: #4FA7BC; }
a { background-color: rgb(79,167,188); }
div.DivClassName
{
background-color: #4FA7BC;
}
.BgClassName
{
background-color: #4FA7BC;
}
</style>
border-color css
<style>
span { border-color: #4FA7BC; }
span { border-color: rgb(79,167,188); }
td.TdClassName
{
border-color: #4FA7BC;
}
.TagClassName
{
border-color: #4FA7BC;
}
</style>