Shades of Viking #4FAEC5
Tints of Viking #4FAEC5
RGB
CMYK
RGB Variations
Color information
#4FAEC5 (or 0x4FAEC5) is known color: Viking. HEX triplet: 4F, AE and C5. RGB value is (79,174,197). Sum of RGB (Red+Green+Blue) = 79+174+197=450 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.56% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #4FAEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAEC5 is #B0513A. Grayscale: #949494. Windows color (decimal): -11555131 or 12955215. OLE color: 12955215.
HSL color Cylindrical-coordinate representation of color #4FAEC5: hue angle of 191.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FAEC5 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 174 | 197 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.23 |
| HSL | 191.69º | 0.5% | 0.54% | - |
| HSV(B) | 191.69º | 0.6% | 0.77% | - |
| XYZ | 28.44 | 35.97 | 58.27 | - |
| YUV | 148.22 | 155.53 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 197 | 0.60 | 0.12 | 0 | 0.23 | 191.69 | 0.5 | 0.54 |
| Hex | 4F | AE | C5 | 3C | C | 0 | 17 | C0 | 32 | 36 |
| Octal | 117 | 256 | 305 | 74 | 14 | 0 | 27 | 300 | 62 | 66 |
| Binary | 1001111 | 10101110 | 11000101 | 111100 | 1100 | 0 | 10111 | 11000000 | 110010 | 110110 |
Color Harmonies of #4FAEC5
Complementary color
Monochromatic Colors of #4FAEC5
Black with #4FAEC5
Text Example
Text Example
White with #4FAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAEC5; }
p { color: rgb(79,174,197); }
H1.HeaderClassName
{
color: #4FAEC5;
}
.AnyTagClassName
{
color: #4FAEC5;
}
</style>
background-color css
<style>
a { background-color: #4FAEC5; }
a { background-color: rgb(79,174,197); }
div.DivClassName
{
background-color: #4FAEC5;
}
.BgClassName
{
background-color: #4FAEC5;
}
</style>
border-color css
<style>
span { border-color: #4FAEC5; }
span { border-color: rgb(79,174,197); }
td.TdClassName
{
border-color: #4FAEC5;
}
.TagClassName
{
border-color: #4FAEC5;
}
</style>