Shades of Viking #49A2BF
Tints of Viking #49A2BF
RGB
CMYK
RGB Variations
Color information
#49A2BF (or 0x49A2BF) is known color: Viking. HEX triplet: 49, A2 and BF. RGB value is (73,162,191). Sum of RGB (Red+Green+Blue) = 73+162+191=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #49A2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A2BF is #B65D40. Grayscale: #8A8A8A. Windows color (decimal): -11951425 or 12558921. OLE color: 12558921.
HSL color Cylindrical-coordinate representation of color #49A2BF: hue angle of 194.75º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49A2BF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 162 | 191 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.25 |
| HSL | 194.75º | 0.48% | 0.52% | - |
| HSV(B) | 194.75º | 0.62% | 0.75% | - |
| XYZ | 25.07 | 31.02 | 53.96 | - |
| YUV | 138.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 191 | 0.62 | 0.15 | 0 | 0.25 | 194.75 | 0.48 | 0.52 |
| Hex | 49 | A2 | BF | 3E | F | 0 | 19 | C3 | 30 | 34 |
| Octal | 111 | 242 | 277 | 76 | 17 | 0 | 31 | 303 | 60 | 64 |
| Binary | 1001001 | 10100010 | 10111111 | 111110 | 1111 | 0 | 11001 | 11000011 | 110000 | 110100 |
Color Harmonies of #49A2BF
Complementary color
Monochromatic Colors of #49A2BF
Black with #49A2BF
Text Example
Text Example
White with #49A2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A2BF; }
p { color: rgb(73,162,191); }
H1.HeaderClassName
{
color: #49A2BF;
}
.AnyTagClassName
{
color: #49A2BF;
}
</style>
background-color css
<style>
a { background-color: #49A2BF; }
a { background-color: rgb(73,162,191); }
div.DivClassName
{
background-color: #49A2BF;
}
.BgClassName
{
background-color: #49A2BF;
}
</style>
border-color css
<style>
span { border-color: #49A2BF; }
span { border-color: rgb(73,162,191); }
td.TdClassName
{
border-color: #49A2BF;
}
.TagClassName
{
border-color: #49A2BF;
}
</style>