Shades of Viking #4FA4BA
Tints of Viking #4FA4BA
RGB
CMYK
RGB Variations
Color information
#4FA4BA (or 0x4FA4BA) is known color: Viking. HEX triplet: 4F, A4 and BA. RGB value is (79,164,186). Sum of RGB (Red+Green+Blue) = 79+164+186=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FA4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA4BA is #B05B45. Grayscale: #8C8C8C. Windows color (decimal): -11557702 or 12231759. OLE color: 12231759.
HSL color Cylindrical-coordinate representation of color #4FA4BA: hue angle of 192.34º 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 #4FA4BA is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 164 | 186 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.27 |
| HSL | 192.34º | 0.44% | 0.52% | - |
| HSV(B) | 192.34º | 0.58% | 0.73% | - |
| XYZ | 25.36 | 31.76 | 51.25 | - |
| YUV | 141.09 | 153.34 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 186 | 0.58 | 0.12 | 0 | 0.27 | 192.34 | 0.44 | 0.52 |
| Hex | 4F | A4 | BA | 3A | C | 0 | 1B | C0 | 2C | 34 |
| Octal | 117 | 244 | 272 | 72 | 14 | 0 | 33 | 300 | 54 | 64 |
| Binary | 1001111 | 10100100 | 10111010 | 111010 | 1100 | 0 | 11011 | 11000000 | 101100 | 110100 |
Color Harmonies of #4FA4BA
Complementary color
Monochromatic Colors of #4FA4BA
Black with #4FA4BA
Text Example
Text Example
White with #4FA4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA4BA; }
p { color: rgb(79,164,186); }
H1.HeaderClassName
{
color: #4FA4BA;
}
.AnyTagClassName
{
color: #4FA4BA;
}
</style>
background-color css
<style>
a { background-color: #4FA4BA; }
a { background-color: rgb(79,164,186); }
div.DivClassName
{
background-color: #4FA4BA;
}
.BgClassName
{
background-color: #4FA4BA;
}
</style>
border-color css
<style>
span { border-color: #4FA4BA; }
span { border-color: rgb(79,164,186); }
td.TdClassName
{
border-color: #4FA4BA;
}
.TagClassName
{
border-color: #4FA4BA;
}
</style>