Shades of Viking #479DC2
Tints of Viking #479DC2
RGB
CMYK
RGB Variations
Color information
#479DC2 (or 0x479DC2) is known color: Viking. HEX triplet: 47, 9D and C2. RGB value is (71,157,194). Sum of RGB (Red+Green+Blue) = 71+157+194=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #479DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DC2 is #B8623D. Grayscale: #878787. Windows color (decimal): -12083774 or 12754247. OLE color: 12754247.
HSL color Cylindrical-coordinate representation of color #479DC2: hue angle of 198.05º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #479DC2 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 157 | 194 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.24 |
| HSL | 198.05º | 0.5% | 0.52% | - |
| HSV(B) | 198.05º | 0.63% | 0.76% | - |
| XYZ | 24.39 | 29.35 | 55.42 | - |
| YUV | 135.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 194 | 0.63 | 0.19 | 0 | 0.24 | 198.05 | 0.5 | 0.52 |
| Hex | 47 | 9D | C2 | 3F | 13 | 0 | 18 | C6 | 32 | 34 |
| Octal | 107 | 235 | 302 | 77 | 23 | 0 | 30 | 306 | 62 | 64 |
| Binary | 1000111 | 10011101 | 11000010 | 111111 | 10011 | 0 | 11000 | 11000110 | 110010 | 110100 |
Color Harmonies of #479DC2
Complementary color
Monochromatic Colors of #479DC2
Black with #479DC2
Text Example
Text Example
White with #479DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DC2; }
p { color: rgb(71,157,194); }
H1.HeaderClassName
{
color: #479DC2;
}
.AnyTagClassName
{
color: #479DC2;
}
</style>
background-color css
<style>
a { background-color: #479DC2; }
a { background-color: rgb(71,157,194); }
div.DivClassName
{
background-color: #479DC2;
}
.BgClassName
{
background-color: #479DC2;
}
</style>
border-color css
<style>
span { border-color: #479DC2; }
span { border-color: rgb(71,157,194); }
td.TdClassName
{
border-color: #479DC2;
}
.TagClassName
{
border-color: #479DC2;
}
</style>