Shades of Viking #49A2BC
Tints of Viking #49A2BC
RGB
CMYK
RGB Variations
Color information
#49A2BC (or 0x49A2BC) is known color: Viking. HEX triplet: 49, A2 and BC. RGB value is (73,162,188). Sum of RGB (Red+Green+Blue) = 73+162+188=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #49A2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A2BC is #B65D43. Grayscale: #8A8A8A. Windows color (decimal): -11951428 or 12362313. OLE color: 12362313.
HSL color Cylindrical-coordinate representation of color #49A2BC: hue angle of 193.57º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49A2BC is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 162 | 188 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.26 |
| HSL | 193.57º | 0.46% | 0.51% | - |
| HSV(B) | 193.57º | 0.61% | 0.74% | - |
| XYZ | 24.75 | 30.89 | 52.23 | - |
| YUV | 138.35 | 156.01 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 188 | 0.61 | 0.14 | 0 | 0.26 | 193.57 | 0.46 | 0.51 |
| Hex | 49 | A2 | BC | 3D | E | 0 | 1A | C2 | 2E | 33 |
| Octal | 111 | 242 | 274 | 75 | 16 | 0 | 32 | 302 | 56 | 63 |
| Binary | 1001001 | 10100010 | 10111100 | 111101 | 1110 | 0 | 11010 | 11000010 | 101110 | 110011 |
Color Harmonies of #49A2BC
Complementary color
Monochromatic Colors of #49A2BC
Black with #49A2BC
Text Example
Text Example
White with #49A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A2BC; }
p { color: rgb(73,162,188); }
H1.HeaderClassName
{
color: #49A2BC;
}
.AnyTagClassName
{
color: #49A2BC;
}
</style>
background-color css
<style>
a { background-color: #49A2BC; }
a { background-color: rgb(73,162,188); }
div.DivClassName
{
background-color: #49A2BC;
}
.BgClassName
{
background-color: #49A2BC;
}
</style>
border-color css
<style>
span { border-color: #49A2BC; }
span { border-color: rgb(73,162,188); }
td.TdClassName
{
border-color: #49A2BC;
}
.TagClassName
{
border-color: #49A2BC;
}
</style>