Shades of Viking #49BECE
Tints of Viking #49BECE
RGB
CMYK
RGB Variations
Color information
#49BECE (or 0x49BECE) is known color: Viking. HEX triplet: 49, BE and CE. RGB value is (73,190,206). Sum of RGB (Red+Green+Blue) = 73+190+206=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #49BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BECE is #B64131. Grayscale: #9C9C9C. Windows color (decimal): -11944242 or 13549129. OLE color: 13549129.
HSL color Cylindrical-coordinate representation of color #49BECE: hue angle of 187.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BECE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 190 | 206 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.19 |
| HSL | 187.22º | 0.58% | 0.55% | - |
| HSV(B) | 187.22º | 0.65% | 0.81% | - |
| XYZ | 32.3 | 42.7 | 64.93 | - |
| YUV | 156.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 206 | 0.65 | 0.08 | 0 | 0.19 | 187.22 | 0.58 | 0.55 |
| Hex | 49 | BE | CE | 41 | 8 | 0 | 13 | BB | 3A | 37 |
| Octal | 111 | 276 | 316 | 101 | 10 | 0 | 23 | 273 | 72 | 67 |
| Binary | 1001001 | 10111110 | 11001110 | 1000001 | 1000 | 0 | 10011 | 10111011 | 111010 | 110111 |
Color Harmonies of #49BECE
Complementary color
Monochromatic Colors of #49BECE
Black with #49BECE
Text Example
Text Example
White with #49BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BECE; }
p { color: rgb(73,190,206); }
H1.HeaderClassName
{
color: #49BECE;
}
.AnyTagClassName
{
color: #49BECE;
}
</style>
background-color css
<style>
a { background-color: #49BECE; }
a { background-color: rgb(73,190,206); }
div.DivClassName
{
background-color: #49BECE;
}
.BgClassName
{
background-color: #49BECE;
}
</style>
border-color css
<style>
span { border-color: #49BECE; }
span { border-color: rgb(73,190,206); }
td.TdClassName
{
border-color: #49BECE;
}
.TagClassName
{
border-color: #49BECE;
}
</style>