Shades of Viking #4FAEBF
Tints of Viking #4FAEBF
RGB
CMYK
RGB Variations
Color information
#4FAEBF (or 0x4FAEBF) is known color: Viking. HEX triplet: 4F, AE and BF. RGB value is (79,174,191). Sum of RGB (Red+Green+Blue) = 79+174+191=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #4FAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAEBF is #B05140. Grayscale: #939393. Windows color (decimal): -11555137 or 12561999. OLE color: 12561999.
HSL color Cylindrical-coordinate representation of color #4FAEBF: hue angle of 189.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FAEBF is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 174 | 191 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.25 |
| HSL | 189.11º | 0.47% | 0.53% | - |
| HSV(B) | 189.11º | 0.59% | 0.75% | - |
| XYZ | 27.76 | 35.7 | 54.72 | - |
| YUV | 147.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 191 | 0.59 | 0.09 | 0 | 0.25 | 189.11 | 0.47 | 0.53 |
| Hex | 4F | AE | BF | 3B | 9 | 0 | 19 | BD | 2F | 35 |
| Octal | 117 | 256 | 277 | 73 | 11 | 0 | 31 | 275 | 57 | 65 |
| Binary | 1001111 | 10101110 | 10111111 | 111011 | 1001 | 0 | 11001 | 10111101 | 101111 | 110101 |
Color Harmonies of #4FAEBF
Complementary color
Monochromatic Colors of #4FAEBF
Black with #4FAEBF
Text Example
Text Example
White with #4FAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAEBF; }
p { color: rgb(79,174,191); }
H1.HeaderClassName
{
color: #4FAEBF;
}
.AnyTagClassName
{
color: #4FAEBF;
}
</style>
background-color css
<style>
a { background-color: #4FAEBF; }
a { background-color: rgb(79,174,191); }
div.DivClassName
{
background-color: #4FAEBF;
}
.BgClassName
{
background-color: #4FAEBF;
}
</style>
border-color css
<style>
span { border-color: #4FAEBF; }
span { border-color: rgb(79,174,191); }
td.TdClassName
{
border-color: #4FAEBF;
}
.TagClassName
{
border-color: #4FAEBF;
}
</style>