Shades of Viking #4FAECE
Tints of Viking #4FAECE
RGB
CMYK
RGB Variations
Color information
#4FAECE (or 0x4FAECE) is known color: Viking. HEX triplet: 4F, AE and CE. RGB value is (79,174,206). Sum of RGB (Red+Green+Blue) = 79+174+206=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #4FAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAECE is #B05131. Grayscale: #959595. Windows color (decimal): -11555122 or 13545039. OLE color: 13545039.
HSL color Cylindrical-coordinate representation of color #4FAECE: hue angle of 195.12º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FAECE is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 174 | 206 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.19 |
| HSL | 195.12º | 0.56% | 0.56% | - |
| HSV(B) | 195.12º | 0.62% | 0.81% | - |
| XYZ | 29.5 | 36.39 | 63.86 | - |
| YUV | 149.24 | 160.03 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 206 | 0.62 | 0.16 | 0 | 0.19 | 195.12 | 0.56 | 0.56 |
| Hex | 4F | AE | CE | 3E | 10 | 0 | 13 | C3 | 38 | 38 |
| Octal | 117 | 256 | 316 | 76 | 20 | 0 | 23 | 303 | 70 | 70 |
| Binary | 1001111 | 10101110 | 11001110 | 111110 | 10000 | 0 | 10011 | 11000011 | 111000 | 111000 |
Color Harmonies of #4FAECE
Complementary color
Monochromatic Colors of #4FAECE
Black with #4FAECE
Text Example
Text Example
White with #4FAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAECE; }
p { color: rgb(79,174,206); }
H1.HeaderClassName
{
color: #4FAECE;
}
.AnyTagClassName
{
color: #4FAECE;
}
</style>
background-color css
<style>
a { background-color: #4FAECE; }
a { background-color: rgb(79,174,206); }
div.DivClassName
{
background-color: #4FAECE;
}
.BgClassName
{
background-color: #4FAECE;
}
</style>
border-color css
<style>
span { border-color: #4FAECE; }
span { border-color: rgb(79,174,206); }
td.TdClassName
{
border-color: #4FAECE;
}
.TagClassName
{
border-color: #4FAECE;
}
</style>