Shades of Viking #4FABCC
Tints of Viking #4FABCC
RGB
CMYK
RGB Variations
Color information
#4FABCC (or 0x4FABCC) is known color: Viking. HEX triplet: 4F, AB and CC. RGB value is (79,171,204). Sum of RGB (Red+Green+Blue) = 79+171+204=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FABCC is #B05433. Grayscale: #939393. Windows color (decimal): -11555892 or 13413199. OLE color: 13413199.
HSL color Cylindrical-coordinate representation of color #4FABCC: hue angle of 195.84º 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 #4FABCC is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 171 | 204 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.2 |
| HSL | 195.84º | 0.55% | 0.55% | - |
| HSV(B) | 195.84º | 0.61% | 0.8% | - |
| XYZ | 28.69 | 35.15 | 62.4 | - |
| YUV | 147.25 | 160.02 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 204 | 0.61 | 0.16 | 0 | 0.2 | 195.84 | 0.55 | 0.55 |
| Hex | 4F | AB | CC | 3D | 10 | 0 | 14 | C4 | 37 | 37 |
| Octal | 117 | 253 | 314 | 75 | 20 | 0 | 24 | 304 | 67 | 67 |
| Binary | 1001111 | 10101011 | 11001100 | 111101 | 10000 | 0 | 10100 | 11000100 | 110111 | 110111 |
Color Harmonies of #4FABCC
Complementary color
Monochromatic Colors of #4FABCC
Black with #4FABCC
Text Example
Text Example
White with #4FABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABCC; }
p { color: rgb(79,171,204); }
H1.HeaderClassName
{
color: #4FABCC;
}
.AnyTagClassName
{
color: #4FABCC;
}
</style>
background-color css
<style>
a { background-color: #4FABCC; }
a { background-color: rgb(79,171,204); }
div.DivClassName
{
background-color: #4FABCC;
}
.BgClassName
{
background-color: #4FABCC;
}
</style>
border-color css
<style>
span { border-color: #4FABCC; }
span { border-color: rgb(79,171,204); }
td.TdClassName
{
border-color: #4FABCC;
}
.TagClassName
{
border-color: #4FABCC;
}
</style>