Shades of Viking #4FAFCC
Tints of Viking #4FAFCC
RGB
CMYK
RGB Variations
Color information
#4FAFCC (or 0x4FAFCC) is known color: Viking. HEX triplet: 4F, AF and CC. RGB value is (79,175,204). Sum of RGB (Red+Green+Blue) = 79+175+204=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFCC is #B05033. Grayscale: #959595. Windows color (decimal): -11554868 or 13414223. OLE color: 13414223.
HSL color Cylindrical-coordinate representation of color #4FAFCC: hue angle of 193.92º 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 #4FAFCC is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 175 | 204 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.2 |
| HSL | 193.92º | 0.55% | 0.55% | - |
| HSV(B) | 193.92º | 0.61% | 0.8% | - |
| XYZ | 29.45 | 36.68 | 62.65 | - |
| YUV | 149.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 204 | 0.61 | 0.14 | 0 | 0.2 | 193.92 | 0.55 | 0.55 |
| Hex | 4F | AF | CC | 3D | E | 0 | 14 | C2 | 37 | 37 |
| Octal | 117 | 257 | 314 | 75 | 16 | 0 | 24 | 302 | 67 | 67 |
| Binary | 1001111 | 10101111 | 11001100 | 111101 | 1110 | 0 | 10100 | 11000010 | 110111 | 110111 |
Color Harmonies of #4FAFCC
Complementary color
Monochromatic Colors of #4FAFCC
Black with #4FAFCC
Text Example
Text Example
White with #4FAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFCC; }
p { color: rgb(79,175,204); }
H1.HeaderClassName
{
color: #4FAFCC;
}
.AnyTagClassName
{
color: #4FAFCC;
}
</style>
background-color css
<style>
a { background-color: #4FAFCC; }
a { background-color: rgb(79,175,204); }
div.DivClassName
{
background-color: #4FAFCC;
}
.BgClassName
{
background-color: #4FAFCC;
}
</style>
border-color css
<style>
span { border-color: #4FAFCC; }
span { border-color: rgb(79,175,204); }
td.TdClassName
{
border-color: #4FAFCC;
}
.TagClassName
{
border-color: #4FAFCC;
}
</style>