Shades of Viking #49A6BA
Tints of Viking #49A6BA
RGB
CMYK
RGB Variations
Color information
#49A6BA (or 0x49A6BA) is known color: Viking. HEX triplet: 49, A6 and BA. RGB value is (73,166,186). Sum of RGB (Red+Green+Blue) = 73+166+186=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #49A6BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A6BA is #B65945. Grayscale: #8C8C8C. Windows color (decimal): -11950406 or 12232265. OLE color: 12232265.
HSL color Cylindrical-coordinate representation of color #49A6BA: hue angle of 190.62º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49A6BA is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 166 | 186 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.27 |
| HSL | 190.62º | 0.45% | 0.51% | - |
| HSV(B) | 190.62º | 0.61% | 0.73% | - |
| XYZ | 25.25 | 32.23 | 51.35 | - |
| YUV | 140.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 186 | 0.61 | 0.11 | 0 | 0.27 | 190.62 | 0.45 | 0.51 |
| Hex | 49 | A6 | BA | 3D | B | 0 | 1B | BF | 2D | 33 |
| Octal | 111 | 246 | 272 | 75 | 13 | 0 | 33 | 277 | 55 | 63 |
| Binary | 1001001 | 10100110 | 10111010 | 111101 | 1011 | 0 | 11011 | 10111111 | 101101 | 110011 |
Color Harmonies of #49A6BA
Complementary color
Monochromatic Colors of #49A6BA
Black with #49A6BA
Text Example
Text Example
White with #49A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A6BA; }
p { color: rgb(73,166,186); }
H1.HeaderClassName
{
color: #49A6BA;
}
.AnyTagClassName
{
color: #49A6BA;
}
</style>
background-color css
<style>
a { background-color: #49A6BA; }
a { background-color: rgb(73,166,186); }
div.DivClassName
{
background-color: #49A6BA;
}
.BgClassName
{
background-color: #49A6BA;
}
</style>
border-color css
<style>
span { border-color: #49A6BA; }
span { border-color: rgb(73,166,186); }
td.TdClassName
{
border-color: #49A6BA;
}
.TagClassName
{
border-color: #49A6BA;
}
</style>