Shades of Viking #499EC3
Tints of Viking #499EC3
RGB
CMYK
RGB Variations
Color information
#499EC3 (or 0x499EC3) is known color: Viking. HEX triplet: 49, 9E and C3. RGB value is (73,158,195). Sum of RGB (Red+Green+Blue) = 73+158+195=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #499EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EC3 is #B6613C. Grayscale: #888888. Windows color (decimal): -11952445 or 12820041. OLE color: 12820041.
HSL color Cylindrical-coordinate representation of color #499EC3: hue angle of 198.2º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #499EC3 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 158 | 195 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.24 |
| HSL | 198.2º | 0.5% | 0.53% | - |
| HSV(B) | 198.2º | 0.63% | 0.76% | - |
| XYZ | 24.82 | 29.81 | 56.08 | - |
| YUV | 136.8 | 160.84 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 195 | 0.63 | 0.19 | 0 | 0.24 | 198.2 | 0.5 | 0.53 |
| Hex | 49 | 9E | C3 | 3F | 13 | 0 | 18 | C6 | 32 | 35 |
| Octal | 111 | 236 | 303 | 77 | 23 | 0 | 30 | 306 | 62 | 65 |
| Binary | 1001001 | 10011110 | 11000011 | 111111 | 10011 | 0 | 11000 | 11000110 | 110010 | 110101 |
Color Harmonies of #499EC3
Complementary color
Monochromatic Colors of #499EC3
Black with #499EC3
Text Example
Text Example
White with #499EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499EC3; }
p { color: rgb(73,158,195); }
H1.HeaderClassName
{
color: #499EC3;
}
.AnyTagClassName
{
color: #499EC3;
}
</style>
background-color css
<style>
a { background-color: #499EC3; }
a { background-color: rgb(73,158,195); }
div.DivClassName
{
background-color: #499EC3;
}
.BgClassName
{
background-color: #499EC3;
}
</style>
border-color css
<style>
span { border-color: #499EC3; }
span { border-color: rgb(73,158,195); }
td.TdClassName
{
border-color: #499EC3;
}
.TagClassName
{
border-color: #499EC3;
}
</style>