Shades of Viking #49B2C0
Tints of Viking #49B2C0
RGB
CMYK
RGB Variations
Color information
#49B2C0 (or 0x49B2C0) is known color: Viking. HEX triplet: 49, B2 and C0. RGB value is (73,178,192). Sum of RGB (Red+Green+Blue) = 73+178+192=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #49B2C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2C0 is #B64D3F. Grayscale: #949494. Windows color (decimal): -11947328 or 12628553. OLE color: 12628553.
HSL color Cylindrical-coordinate representation of color #49B2C0: hue angle of 187.06º degrees, saturation: 0.49, 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 #49B2C0 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 178 | 192 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.25 |
| HSL | 187.06º | 0.49% | 0.52% | - |
| HSV(B) | 187.06º | 0.62% | 0.75% | - |
| XYZ | 28.18 | 37.06 | 55.54 | - |
| YUV | 148.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 192 | 0.62 | 0.07 | 0 | 0.25 | 187.06 | 0.49 | 0.52 |
| Hex | 49 | B2 | C0 | 3E | 7 | 0 | 19 | BB | 31 | 34 |
| Octal | 111 | 262 | 300 | 76 | 7 | 0 | 31 | 273 | 61 | 64 |
| Binary | 1001001 | 10110010 | 11000000 | 111110 | 111 | 0 | 11001 | 10111011 | 110001 | 110100 |
Color Harmonies of #49B2C0
Complementary color
Monochromatic Colors of #49B2C0
Black with #49B2C0
Text Example
Text Example
White with #49B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B2C0; }
p { color: rgb(73,178,192); }
H1.HeaderClassName
{
color: #49B2C0;
}
.AnyTagClassName
{
color: #49B2C0;
}
</style>
background-color css
<style>
a { background-color: #49B2C0; }
a { background-color: rgb(73,178,192); }
div.DivClassName
{
background-color: #49B2C0;
}
.BgClassName
{
background-color: #49B2C0;
}
</style>
border-color css
<style>
span { border-color: #49B2C0; }
span { border-color: rgb(73,178,192); }
td.TdClassName
{
border-color: #49B2C0;
}
.TagClassName
{
border-color: #49B2C0;
}
</style>