Shades of Viking #479FC0
Tints of Viking #479FC0
RGB
CMYK
RGB Variations
Color information
#479FC0 (or 0x479FC0) is known color: Viking. HEX triplet: 47, 9F and C0. RGB value is (71,159,192). Sum of RGB (Red+Green+Blue) = 71+159+192=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #479FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FC0 is #B8603F. Grayscale: #888888. Windows color (decimal): -12083264 or 12623687. OLE color: 12623687.
HSL color Cylindrical-coordinate representation of color #479FC0: hue angle of 196.36º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #479FC0 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 159 | 192 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.25 |
| HSL | 196.36º | 0.49% | 0.52% | - |
| HSV(B) | 196.36º | 0.63% | 0.75% | - |
| XYZ | 24.51 | 29.94 | 54.36 | - |
| YUV | 136.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 192 | 0.63 | 0.17 | 0 | 0.25 | 196.36 | 0.49 | 0.52 |
| Hex | 47 | 9F | C0 | 3F | 11 | 0 | 19 | C4 | 31 | 34 |
| Octal | 107 | 237 | 300 | 77 | 21 | 0 | 31 | 304 | 61 | 64 |
| Binary | 1000111 | 10011111 | 11000000 | 111111 | 10001 | 0 | 11001 | 11000100 | 110001 | 110100 |
Color Harmonies of #479FC0
Complementary color
Monochromatic Colors of #479FC0
Black with #479FC0
Text Example
Text Example
White with #479FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FC0; }
p { color: rgb(71,159,192); }
H1.HeaderClassName
{
color: #479FC0;
}
.AnyTagClassName
{
color: #479FC0;
}
</style>
background-color css
<style>
a { background-color: #479FC0; }
a { background-color: rgb(71,159,192); }
div.DivClassName
{
background-color: #479FC0;
}
.BgClassName
{
background-color: #479FC0;
}
</style>
border-color css
<style>
span { border-color: #479FC0; }
span { border-color: rgb(71,159,192); }
td.TdClassName
{
border-color: #479FC0;
}
.TagClassName
{
border-color: #479FC0;
}
</style>