Shades of Viking #4FACBC
Tints of Viking #4FACBC
RGB
CMYK
RGB Variations
Color information
#4FACBC (or 0x4FACBC) is known color: Viking. HEX triplet: 4F, AC and BC. RGB value is (79,172,188). Sum of RGB (Red+Green+Blue) = 79+172+188=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #4FACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACBC is #B05343. Grayscale: #919191. Windows color (decimal): -11555652 or 12364879. OLE color: 12364879.
HSL color Cylindrical-coordinate representation of color #4FACBC: hue angle of 188.81º 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 #4FACBC is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 172 | 188 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.26 |
| HSL | 188.81º | 0.45% | 0.52% | - |
| HSV(B) | 188.81º | 0.58% | 0.74% | - |
| XYZ | 27.05 | 34.8 | 52.87 | - |
| YUV | 146.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 188 | 0.58 | 0.09 | 0 | 0.26 | 188.81 | 0.45 | 0.52 |
| Hex | 4F | AC | BC | 3A | 9 | 0 | 1A | BD | 2D | 34 |
| Octal | 117 | 254 | 274 | 72 | 11 | 0 | 32 | 275 | 55 | 64 |
| Binary | 1001111 | 10101100 | 10111100 | 111010 | 1001 | 0 | 11010 | 10111101 | 101101 | 110100 |
Color Harmonies of #4FACBC
Complementary color
Monochromatic Colors of #4FACBC
Black with #4FACBC
Text Example
Text Example
White with #4FACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACBC; }
p { color: rgb(79,172,188); }
H1.HeaderClassName
{
color: #4FACBC;
}
.AnyTagClassName
{
color: #4FACBC;
}
</style>
background-color css
<style>
a { background-color: #4FACBC; }
a { background-color: rgb(79,172,188); }
div.DivClassName
{
background-color: #4FACBC;
}
.BgClassName
{
background-color: #4FACBC;
}
</style>
border-color css
<style>
span { border-color: #4FACBC; }
span { border-color: rgb(79,172,188); }
td.TdClassName
{
border-color: #4FACBC;
}
.TagClassName
{
border-color: #4FACBC;
}
</style>