Shades of Viking #4FACBD
Tints of Viking #4FACBD
RGB
CMYK
RGB Variations
Color information
#4FACBD (or 0x4FACBD) is known color: Viking. HEX triplet: 4F, AC and BD. RGB value is (79,172,189). Sum of RGB (Red+Green+Blue) = 79+172+189=440 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.95% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACBD is #B05342. Grayscale: #919191. Windows color (decimal): -11555651 or 12430415. OLE color: 12430415.
HSL color Cylindrical-coordinate representation of color #4FACBD: hue angle of 189.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FACBD is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 172 | 189 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.26 |
| HSL | 189.27º | 0.45% | 0.53% | - |
| HSV(B) | 189.27º | 0.58% | 0.74% | - |
| XYZ | 27.16 | 34.84 | 53.44 | - |
| YUV | 146.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 189 | 0.58 | 0.09 | 0 | 0.26 | 189.27 | 0.45 | 0.53 |
| Hex | 4F | AC | BD | 3A | 9 | 0 | 1A | BD | 2D | 35 |
| Octal | 117 | 254 | 275 | 72 | 11 | 0 | 32 | 275 | 55 | 65 |
| Binary | 1001111 | 10101100 | 10111101 | 111010 | 1001 | 0 | 11010 | 10111101 | 101101 | 110101 |
Color Harmonies of #4FACBD
Complementary color
Monochromatic Colors of #4FACBD
Black with #4FACBD
Text Example
Text Example
White with #4FACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACBD; }
p { color: rgb(79,172,189); }
H1.HeaderClassName
{
color: #4FACBD;
}
.AnyTagClassName
{
color: #4FACBD;
}
</style>
background-color css
<style>
a { background-color: #4FACBD; }
a { background-color: rgb(79,172,189); }
div.DivClassName
{
background-color: #4FACBD;
}
.BgClassName
{
background-color: #4FACBD;
}
</style>
border-color css
<style>
span { border-color: #4FACBD; }
span { border-color: rgb(79,172,189); }
td.TdClassName
{
border-color: #4FACBD;
}
.TagClassName
{
border-color: #4FACBD;
}
</style>