Shades of Viking #49BED2
Tints of Viking #49BED2
RGB
CMYK
RGB Variations
Color information
#49BED2 (or 0x49BED2) is known color: Viking. HEX triplet: 49, BE and D2. RGB value is (73,190,210). Sum of RGB (Red+Green+Blue) = 73+190+210=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #49BED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BED2 is #B6412D. Grayscale: #9D9D9D. Windows color (decimal): -11944238 or 13811273. OLE color: 13811273.
HSL color Cylindrical-coordinate representation of color #49BED2: hue angle of 188.76º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BED2 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 190 | 210 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.18 |
| HSL | 188.76º | 0.6% | 0.55% | - |
| HSV(B) | 188.76º | 0.65% | 0.82% | - |
| XYZ | 32.79 | 42.9 | 67.52 | - |
| YUV | 157.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 210 | 0.65 | 0.10 | 0 | 0.18 | 188.76 | 0.6 | 0.55 |
| Hex | 49 | BE | D2 | 41 | A | 0 | 12 | BD | 3C | 37 |
| Octal | 111 | 276 | 322 | 101 | 12 | 0 | 22 | 275 | 74 | 67 |
| Binary | 1001001 | 10111110 | 11010010 | 1000001 | 1010 | 0 | 10010 | 10111101 | 111100 | 110111 |
Color Harmonies of #49BED2
Complementary color
Monochromatic Colors of #49BED2
Black with #49BED2
Text Example
Text Example
White with #49BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BED2; }
p { color: rgb(73,190,210); }
H1.HeaderClassName
{
color: #49BED2;
}
.AnyTagClassName
{
color: #49BED2;
}
</style>
background-color css
<style>
a { background-color: #49BED2; }
a { background-color: rgb(73,190,210); }
div.DivClassName
{
background-color: #49BED2;
}
.BgClassName
{
background-color: #49BED2;
}
</style>
border-color css
<style>
span { border-color: #49BED2; }
span { border-color: rgb(73,190,210); }
td.TdClassName
{
border-color: #49BED2;
}
.TagClassName
{
border-color: #49BED2;
}
</style>