Shades of Viking #49A0BF
Tints of Viking #49A0BF
RGB
CMYK
RGB Variations
Color information
#49A0BF (or 0x49A0BF) is known color: Viking. HEX triplet: 49, A0 and BF. RGB value is (73,160,191). Sum of RGB (Red+Green+Blue) = 73+160+191=424 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.22% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #49A0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A0BF is #B65F40. Grayscale: #898989. Windows color (decimal): -11951937 or 12558409. OLE color: 12558409.
HSL color Cylindrical-coordinate representation of color #49A0BF: hue angle of 195.76º 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 #49A0BF is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 160 | 191 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.25 |
| HSL | 195.76º | 0.48% | 0.52% | - |
| HSV(B) | 195.76º | 0.62% | 0.75% | - |
| XYZ | 24.72 | 30.32 | 53.84 | - |
| YUV | 137.52 | 158.18 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 191 | 0.62 | 0.16 | 0 | 0.25 | 195.76 | 0.48 | 0.52 |
| Hex | 49 | A0 | BF | 3E | 10 | 0 | 19 | C4 | 30 | 34 |
| Octal | 111 | 240 | 277 | 76 | 20 | 0 | 31 | 304 | 60 | 64 |
| Binary | 1001001 | 10100000 | 10111111 | 111110 | 10000 | 0 | 11001 | 11000100 | 110000 | 110100 |
Color Harmonies of #49A0BF
Complementary color
Monochromatic Colors of #49A0BF
Black with #49A0BF
Text Example
Text Example
White with #49A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0BF; }
p { color: rgb(73,160,191); }
H1.HeaderClassName
{
color: #49A0BF;
}
.AnyTagClassName
{
color: #49A0BF;
}
</style>
background-color css
<style>
a { background-color: #49A0BF; }
a { background-color: rgb(73,160,191); }
div.DivClassName
{
background-color: #49A0BF;
}
.BgClassName
{
background-color: #49A0BF;
}
</style>
border-color css
<style>
span { border-color: #49A0BF; }
span { border-color: rgb(73,160,191); }
td.TdClassName
{
border-color: #49A0BF;
}
.TagClassName
{
border-color: #49A0BF;
}
</style>