Shades of Viking #4FAACD
Tints of Viking #4FAACD
RGB
CMYK
RGB Variations
Color information
#4FAACD (or 0x4FAACD) is known color: Viking. HEX triplet: 4F, AA and CD. RGB value is (79,170,205). Sum of RGB (Red+Green+Blue) = 79+170+205=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAACD is #B05532. Grayscale: #929292. Windows color (decimal): -11556147 or 13478479. OLE color: 13478479.
HSL color Cylindrical-coordinate representation of color #4FAACD: hue angle of 196.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FAACD is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 170 | 205 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.20 |
| HSL | 196.67º | 0.56% | 0.56% | - |
| HSV(B) | 196.67º | 0.61% | 0.8% | - |
| XYZ | 28.62 | 34.82 | 62.97 | - |
| YUV | 146.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 205 | 0.61 | 0.17 | 0 | 0.20 | 196.67 | 0.56 | 0.56 |
| Hex | 4F | AA | CD | 3D | 11 | 0 | 14 | C5 | 38 | 38 |
| Octal | 117 | 252 | 315 | 75 | 21 | 0 | 24 | 305 | 70 | 70 |
| Binary | 1001111 | 10101010 | 11001101 | 111101 | 10001 | 0 | 10100 | 11000101 | 111000 | 111000 |
Color Harmonies of #4FAACD
Complementary color
Monochromatic Colors of #4FAACD
Black with #4FAACD
Text Example
Text Example
White with #4FAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAACD; }
p { color: rgb(79,170,205); }
H1.HeaderClassName
{
color: #4FAACD;
}
.AnyTagClassName
{
color: #4FAACD;
}
</style>
background-color css
<style>
a { background-color: #4FAACD; }
a { background-color: rgb(79,170,205); }
div.DivClassName
{
background-color: #4FAACD;
}
.BgClassName
{
background-color: #4FAACD;
}
</style>
border-color css
<style>
span { border-color: #4FAACD; }
span { border-color: rgb(79,170,205); }
td.TdClassName
{
border-color: #4FAACD;
}
.TagClassName
{
border-color: #4FAACD;
}
</style>