Shades of Viking #479DC5
Tints of Viking #479DC5
RGB
CMYK
RGB Variations
Color information
#479DC5 (or 0x479DC5) is known color: Viking. HEX triplet: 47, 9D and C5. RGB value is (71,157,197). Sum of RGB (Red+Green+Blue) = 71+157+197=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #479DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DC5 is #B8623A. Grayscale: #878787. Windows color (decimal): -12083771 or 12950855. OLE color: 12950855.
HSL color Cylindrical-coordinate representation of color #479DC5: hue angle of 199.05º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #479DC5 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 157 | 197 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.23 |
| HSL | 199.05º | 0.52% | 0.53% | - |
| HSV(B) | 199.05º | 0.64% | 0.77% | - |
| XYZ | 24.73 | 29.48 | 57.21 | - |
| YUV | 135.85 | 162.51 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 197 | 0.64 | 0.20 | 0 | 0.23 | 199.05 | 0.52 | 0.53 |
| Hex | 47 | 9D | C5 | 40 | 14 | 0 | 17 | C7 | 34 | 35 |
| Octal | 107 | 235 | 305 | 100 | 24 | 0 | 27 | 307 | 64 | 65 |
| Binary | 1000111 | 10011101 | 11000101 | 1000000 | 10100 | 0 | 10111 | 11000111 | 110100 | 110101 |
Color Harmonies of #479DC5
Complementary color
Monochromatic Colors of #479DC5
Black with #479DC5
Text Example
Text Example
White with #479DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DC5; }
p { color: rgb(71,157,197); }
H1.HeaderClassName
{
color: #479DC5;
}
.AnyTagClassName
{
color: #479DC5;
}
</style>
background-color css
<style>
a { background-color: #479DC5; }
a { background-color: rgb(71,157,197); }
div.DivClassName
{
background-color: #479DC5;
}
.BgClassName
{
background-color: #479DC5;
}
</style>
border-color css
<style>
span { border-color: #479DC5; }
span { border-color: rgb(71,157,197); }
td.TdClassName
{
border-color: #479DC5;
}
.TagClassName
{
border-color: #479DC5;
}
</style>