Shades of Viking #4FA5BA
Tints of Viking #4FA5BA
RGB
CMYK
RGB Variations
Color information
#4FA5BA (or 0x4FA5BA) is known color: Viking. HEX triplet: 4F, A5 and BA. RGB value is (79,165,186). Sum of RGB (Red+Green+Blue) = 79+165+186=430 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.37% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FA5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA5BA is #B05A45. Grayscale: #8D8D8D. Windows color (decimal): -11557446 or 12232015. OLE color: 12232015.
HSL color Cylindrical-coordinate representation of color #4FA5BA: hue angle of 191.78º 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 #4FA5BA is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 165 | 186 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.27 |
| HSL | 191.78º | 0.44% | 0.52% | - |
| HSV(B) | 191.78º | 0.58% | 0.73% | - |
| XYZ | 25.54 | 32.12 | 51.31 | - |
| YUV | 141.68 | 153.01 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 186 | 0.58 | 0.11 | 0 | 0.27 | 191.78 | 0.44 | 0.52 |
| Hex | 4F | A5 | BA | 3A | B | 0 | 1B | C0 | 2C | 34 |
| Octal | 117 | 245 | 272 | 72 | 13 | 0 | 33 | 300 | 54 | 64 |
| Binary | 1001111 | 10100101 | 10111010 | 111010 | 1011 | 0 | 11011 | 11000000 | 101100 | 110100 |
Color Harmonies of #4FA5BA
Complementary color
Monochromatic Colors of #4FA5BA
Black with #4FA5BA
Text Example
Text Example
White with #4FA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA5BA; }
p { color: rgb(79,165,186); }
H1.HeaderClassName
{
color: #4FA5BA;
}
.AnyTagClassName
{
color: #4FA5BA;
}
</style>
background-color css
<style>
a { background-color: #4FA5BA; }
a { background-color: rgb(79,165,186); }
div.DivClassName
{
background-color: #4FA5BA;
}
.BgClassName
{
background-color: #4FA5BA;
}
</style>
border-color css
<style>
span { border-color: #4FA5BA; }
span { border-color: rgb(79,165,186); }
td.TdClassName
{
border-color: #4FA5BA;
}
.TagClassName
{
border-color: #4FA5BA;
}
</style>