Shades of Viking #49B2C5
Tints of Viking #49B2C5
RGB
CMYK
RGB Variations
Color information
#49B2C5 (or 0x49B2C5) is known color: Viking. HEX triplet: 49, B2 and C5. RGB value is (73,178,197). Sum of RGB (Red+Green+Blue) = 73+178+197=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #49B2C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2C5 is #B64D3A. Grayscale: #949494. Windows color (decimal): -11947323 or 12956233. OLE color: 12956233.
HSL color Cylindrical-coordinate representation of color #49B2C5: hue angle of 189.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49B2C5 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 178 | 197 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.23 |
| HSL | 189.19º | 0.52% | 0.53% | - |
| HSV(B) | 189.19º | 0.63% | 0.77% | - |
| XYZ | 28.75 | 37.29 | 58.51 | - |
| YUV | 148.77 | 155.21 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 197 | 0.63 | 0.10 | 0 | 0.23 | 189.19 | 0.52 | 0.53 |
| Hex | 49 | B2 | C5 | 3F | A | 0 | 17 | BD | 34 | 35 |
| Octal | 111 | 262 | 305 | 77 | 12 | 0 | 27 | 275 | 64 | 65 |
| Binary | 1001001 | 10110010 | 11000101 | 111111 | 1010 | 0 | 10111 | 10111101 | 110100 | 110101 |
Color Harmonies of #49B2C5
Complementary color
Monochromatic Colors of #49B2C5
Black with #49B2C5
Text Example
Text Example
White with #49B2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B2C5; }
p { color: rgb(73,178,197); }
H1.HeaderClassName
{
color: #49B2C5;
}
.AnyTagClassName
{
color: #49B2C5;
}
</style>
background-color css
<style>
a { background-color: #49B2C5; }
a { background-color: rgb(73,178,197); }
div.DivClassName
{
background-color: #49B2C5;
}
.BgClassName
{
background-color: #49B2C5;
}
</style>
border-color css
<style>
span { border-color: #49B2C5; }
span { border-color: rgb(73,178,197); }
td.TdClassName
{
border-color: #49B2C5;
}
.TagClassName
{
border-color: #49B2C5;
}
</style>