Shades of Viking #4FACBA
Tints of Viking #4FACBA
RGB
CMYK
RGB Variations
Color information
#4FACBA (or 0x4FACBA) is known color: Viking. HEX triplet: 4F, AC and BA. RGB value is (79,172,186). Sum of RGB (Red+Green+Blue) = 79+172+186=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACBA is #B05345. Grayscale: #919191. Windows color (decimal): -11555654 or 12233807. OLE color: 12233807.
HSL color Cylindrical-coordinate representation of color #4FACBA: hue angle of 187.85º 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 #4FACBA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 172 | 186 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.27 |
| HSL | 187.85º | 0.44% | 0.52% | - |
| HSV(B) | 187.85º | 0.58% | 0.73% | - |
| XYZ | 26.84 | 34.71 | 51.74 | - |
| YUV | 145.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 186 | 0.58 | 0.08 | 0 | 0.27 | 187.85 | 0.44 | 0.52 |
| Hex | 4F | AC | BA | 3A | 8 | 0 | 1B | BC | 2C | 34 |
| Octal | 117 | 254 | 272 | 72 | 10 | 0 | 33 | 274 | 54 | 64 |
| Binary | 1001111 | 10101100 | 10111010 | 111010 | 1000 | 0 | 11011 | 10111100 | 101100 | 110100 |
Color Harmonies of #4FACBA
Complementary color
Monochromatic Colors of #4FACBA
Black with #4FACBA
Text Example
Text Example
White with #4FACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACBA; }
p { color: rgb(79,172,186); }
H1.HeaderClassName
{
color: #4FACBA;
}
.AnyTagClassName
{
color: #4FACBA;
}
</style>
background-color css
<style>
a { background-color: #4FACBA; }
a { background-color: rgb(79,172,186); }
div.DivClassName
{
background-color: #4FACBA;
}
.BgClassName
{
background-color: #4FACBA;
}
</style>
border-color css
<style>
span { border-color: #4FACBA; }
span { border-color: rgb(79,172,186); }
td.TdClassName
{
border-color: #4FACBA;
}
.TagClassName
{
border-color: #4FACBA;
}
</style>