Shades of Viking #4FAECC
Tints of Viking #4FAECC
RGB
CMYK
RGB Variations
Color information
#4FAECC (or 0x4FAECC) is known color: Viking. HEX triplet: 4F, AE and CC. RGB value is (79,174,204). Sum of RGB (Red+Green+Blue) = 79+174+204=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAECC is #B05133. Grayscale: #949494. Windows color (decimal): -11555124 or 13413967. OLE color: 13413967.
HSL color Cylindrical-coordinate representation of color #4FAECC: hue angle of 194.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FAECC is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 174 | 204 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.2 |
| HSL | 194.4º | 0.55% | 0.55% | - |
| HSV(B) | 194.4º | 0.61% | 0.8% | - |
| XYZ | 29.26 | 36.29 | 62.59 | - |
| YUV | 149.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 204 | 0.61 | 0.15 | 0 | 0.2 | 194.4 | 0.55 | 0.55 |
| Hex | 4F | AE | CC | 3D | F | 0 | 14 | C2 | 37 | 37 |
| Octal | 117 | 256 | 314 | 75 | 17 | 0 | 24 | 302 | 67 | 67 |
| Binary | 1001111 | 10101110 | 11001100 | 111101 | 1111 | 0 | 10100 | 11000010 | 110111 | 110111 |
Color Harmonies of #4FAECC
Complementary color
Monochromatic Colors of #4FAECC
Black with #4FAECC
Text Example
Text Example
White with #4FAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAECC; }
p { color: rgb(79,174,204); }
H1.HeaderClassName
{
color: #4FAECC;
}
.AnyTagClassName
{
color: #4FAECC;
}
</style>
background-color css
<style>
a { background-color: #4FAECC; }
a { background-color: rgb(79,174,204); }
div.DivClassName
{
background-color: #4FAECC;
}
.BgClassName
{
background-color: #4FAECC;
}
</style>
border-color css
<style>
span { border-color: #4FAECC; }
span { border-color: rgb(79,174,204); }
td.TdClassName
{
border-color: #4FAECC;
}
.TagClassName
{
border-color: #4FAECC;
}
</style>