Shades of Viking #4FAACC
Tints of Viking #4FAACC
RGB
CMYK
RGB Variations
Color information
#4FAACC (or 0x4FAACC) is known color: Viking. HEX triplet: 4F, AA and CC. RGB value is (79,170,204). Sum of RGB (Red+Green+Blue) = 79+170+204=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAACC is #B05533. Grayscale: #929292. Windows color (decimal): -11556148 or 13412943. OLE color: 13412943.
HSL color Cylindrical-coordinate representation of color #4FAACC: hue angle of 196.32º 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 #4FAACC is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 170 | 204 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.2 |
| HSL | 196.32º | 0.55% | 0.55% | - |
| HSV(B) | 196.32º | 0.61% | 0.8% | - |
| XYZ | 28.5 | 34.77 | 62.34 | - |
| YUV | 146.67 | 160.35 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 204 | 0.61 | 0.17 | 0 | 0.2 | 196.32 | 0.55 | 0.55 |
| Hex | 4F | AA | CC | 3D | 11 | 0 | 14 | C4 | 37 | 37 |
| Octal | 117 | 252 | 314 | 75 | 21 | 0 | 24 | 304 | 67 | 67 |
| Binary | 1001111 | 10101010 | 11001100 | 111101 | 10001 | 0 | 10100 | 11000100 | 110111 | 110111 |
Color Harmonies of #4FAACC
Complementary color
Monochromatic Colors of #4FAACC
Black with #4FAACC
Text Example
Text Example
White with #4FAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAACC; }
p { color: rgb(79,170,204); }
H1.HeaderClassName
{
color: #4FAACC;
}
.AnyTagClassName
{
color: #4FAACC;
}
</style>
background-color css
<style>
a { background-color: #4FAACC; }
a { background-color: rgb(79,170,204); }
div.DivClassName
{
background-color: #4FAACC;
}
.BgClassName
{
background-color: #4FAACC;
}
</style>
border-color css
<style>
span { border-color: #4FAACC; }
span { border-color: rgb(79,170,204); }
td.TdClassName
{
border-color: #4FAACC;
}
.TagClassName
{
border-color: #4FAACC;
}
</style>