Shades of Viking #479FBC
Tints of Viking #479FBC
RGB
CMYK
RGB Variations
Color information
#479FBC (or 0x479FBC) is known color: Viking. HEX triplet: 47, 9F and BC. RGB value is (71,159,188). Sum of RGB (Red+Green+Blue) = 71+159+188=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #479FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FBC is #B86043. Grayscale: #878787. Windows color (decimal): -12083268 or 12361543. OLE color: 12361543.
HSL color Cylindrical-coordinate representation of color #479FBC: hue angle of 194.87º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #479FBC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 159 | 188 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.26 |
| HSL | 194.87º | 0.47% | 0.51% | - |
| HSV(B) | 194.87º | 0.62% | 0.74% | - |
| XYZ | 24.07 | 29.77 | 52.05 | - |
| YUV | 135.99 | 157.35 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 188 | 0.62 | 0.15 | 0 | 0.26 | 194.87 | 0.47 | 0.51 |
| Hex | 47 | 9F | BC | 3E | F | 0 | 1A | C3 | 2F | 33 |
| Octal | 107 | 237 | 274 | 76 | 17 | 0 | 32 | 303 | 57 | 63 |
| Binary | 1000111 | 10011111 | 10111100 | 111110 | 1111 | 0 | 11010 | 11000011 | 101111 | 110011 |
Color Harmonies of #479FBC
Complementary color
Monochromatic Colors of #479FBC
Black with #479FBC
Text Example
Text Example
White with #479FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FBC; }
p { color: rgb(71,159,188); }
H1.HeaderClassName
{
color: #479FBC;
}
.AnyTagClassName
{
color: #479FBC;
}
</style>
background-color css
<style>
a { background-color: #479FBC; }
a { background-color: rgb(71,159,188); }
div.DivClassName
{
background-color: #479FBC;
}
.BgClassName
{
background-color: #479FBC;
}
</style>
border-color css
<style>
span { border-color: #479FBC; }
span { border-color: rgb(71,159,188); }
td.TdClassName
{
border-color: #479FBC;
}
.TagClassName
{
border-color: #479FBC;
}
</style>