Shades of Viking #49B3C1
Tints of Viking #49B3C1
RGB
CMYK
RGB Variations
Color information
#49B3C1 (or 0x49B3C1) is known color: Viking. HEX triplet: 49, B3 and C1. RGB value is (73,179,193). Sum of RGB (Red+Green+Blue) = 73+179+193=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #49B3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B3C1 is #B64C3E. Grayscale: #949494. Windows color (decimal): -11947071 or 12694345. OLE color: 12694345.
HSL color Cylindrical-coordinate representation of color #49B3C1: hue angle of 187º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49B3C1 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 179 | 193 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.24 |
| HSL | 187º | 0.49% | 0.52% | - |
| HSV(B) | 187º | 0.62% | 0.76% | - |
| XYZ | 28.49 | 37.51 | 56.19 | - |
| YUV | 148.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 193 | 0.62 | 0.07 | 0 | 0.24 | 187 | 0.49 | 0.52 |
| Hex | 49 | B3 | C1 | 3E | 7 | 0 | 18 | BB | 31 | 34 |
| Octal | 111 | 263 | 301 | 76 | 7 | 0 | 30 | 273 | 61 | 64 |
| Binary | 1001001 | 10110011 | 11000001 | 111110 | 111 | 0 | 11000 | 10111011 | 110001 | 110100 |
Color Harmonies of #49B3C1
Complementary color
Monochromatic Colors of #49B3C1
Black with #49B3C1
Text Example
Text Example
White with #49B3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B3C1; }
p { color: rgb(73,179,193); }
H1.HeaderClassName
{
color: #49B3C1;
}
.AnyTagClassName
{
color: #49B3C1;
}
</style>
background-color css
<style>
a { background-color: #49B3C1; }
a { background-color: rgb(73,179,193); }
div.DivClassName
{
background-color: #49B3C1;
}
.BgClassName
{
background-color: #49B3C1;
}
</style>
border-color css
<style>
span { border-color: #49B3C1; }
span { border-color: rgb(73,179,193); }
td.TdClassName
{
border-color: #49B3C1;
}
.TagClassName
{
border-color: #49B3C1;
}
</style>