Shades of Viking #49A3C4
Tints of Viking #49A3C4
RGB
CMYK
RGB Variations
Color information
#49A3C4 (or 0x49A3C4) is known color: Viking. HEX triplet: 49, A3 and C4. RGB value is (73,163,196). Sum of RGB (Red+Green+Blue) = 73+163+196=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #49A3C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A3C4 is #B65C3B. Grayscale: #8B8B8B. Windows color (decimal): -11951164 or 12886857. OLE color: 12886857.
HSL color Cylindrical-coordinate representation of color #49A3C4: hue angle of 196.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49A3C4 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 163 | 196 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.23 |
| HSL | 196.1º | 0.51% | 0.53% | - |
| HSV(B) | 196.1º | 0.63% | 0.77% | - |
| XYZ | 25.81 | 31.6 | 56.96 | - |
| YUV | 139.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 196 | 0.63 | 0.17 | 0 | 0.23 | 196.1 | 0.51 | 0.53 |
| Hex | 49 | A3 | C4 | 3F | 11 | 0 | 17 | C4 | 33 | 35 |
| Octal | 111 | 243 | 304 | 77 | 21 | 0 | 27 | 304 | 63 | 65 |
| Binary | 1001001 | 10100011 | 11000100 | 111111 | 10001 | 0 | 10111 | 11000100 | 110011 | 110101 |
Color Harmonies of #49A3C4
Complementary color
Monochromatic Colors of #49A3C4
Black with #49A3C4
Text Example
Text Example
White with #49A3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A3C4; }
p { color: rgb(73,163,196); }
H1.HeaderClassName
{
color: #49A3C4;
}
.AnyTagClassName
{
color: #49A3C4;
}
</style>
background-color css
<style>
a { background-color: #49A3C4; }
a { background-color: rgb(73,163,196); }
div.DivClassName
{
background-color: #49A3C4;
}
.BgClassName
{
background-color: #49A3C4;
}
</style>
border-color css
<style>
span { border-color: #49A3C4; }
span { border-color: rgb(73,163,196); }
td.TdClassName
{
border-color: #49A3C4;
}
.TagClassName
{
border-color: #49A3C4;
}
</style>