Shades of Viking #479FC5
Tints of Viking #479FC5
RGB
CMYK
RGB Variations
Color information
#479FC5 (or 0x479FC5) is known color: Viking. HEX triplet: 47, 9F and C5. RGB value is (71,159,197). Sum of RGB (Red+Green+Blue) = 71+159+197=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #479FC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FC5 is #B8603A. Grayscale: #888888. Windows color (decimal): -12083259 or 12951367. OLE color: 12951367.
HSL color Cylindrical-coordinate representation of color #479FC5: hue angle of 198.1º 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 #479FC5 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 159 | 197 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.23 |
| HSL | 198.1º | 0.52% | 0.53% | - |
| HSV(B) | 198.1º | 0.64% | 0.77% | - |
| XYZ | 25.07 | 30.17 | 57.32 | - |
| YUV | 137.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 197 | 0.64 | 0.19 | 0 | 0.23 | 198.1 | 0.52 | 0.53 |
| Hex | 47 | 9F | C5 | 40 | 13 | 0 | 17 | C6 | 34 | 35 |
| Octal | 107 | 237 | 305 | 100 | 23 | 0 | 27 | 306 | 64 | 65 |
| Binary | 1000111 | 10011111 | 11000101 | 1000000 | 10011 | 0 | 10111 | 11000110 | 110100 | 110101 |
Color Harmonies of #479FC5
Complementary color
Monochromatic Colors of #479FC5
Black with #479FC5
Text Example
Text Example
White with #479FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FC5; }
p { color: rgb(71,159,197); }
H1.HeaderClassName
{
color: #479FC5;
}
.AnyTagClassName
{
color: #479FC5;
}
</style>
background-color css
<style>
a { background-color: #479FC5; }
a { background-color: rgb(71,159,197); }
div.DivClassName
{
background-color: #479FC5;
}
.BgClassName
{
background-color: #479FC5;
}
</style>
border-color css
<style>
span { border-color: #479FC5; }
span { border-color: rgb(71,159,197); }
td.TdClassName
{
border-color: #479FC5;
}
.TagClassName
{
border-color: #479FC5;
}
</style>