Shades of Viking #49BEC3
Tints of Viking #49BEC3
RGB
CMYK
RGB Variations
Color information
#49BEC3 (or 0x49BEC3) is known color: Viking. HEX triplet: 49, BE and C3. RGB value is (73,190,195). Sum of RGB (Red+Green+Blue) = 73+190+195=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #49BEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEC3 is #B6413C. Grayscale: #9B9B9B. Windows color (decimal): -11944253 or 12828233. OLE color: 12828233.
HSL color Cylindrical-coordinate representation of color #49BEC3: hue angle of 182.46º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BEC3 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 190 | 195 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.24 |
| HSL | 182.46º | 0.5% | 0.53% | - |
| HSV(B) | 182.46º | 0.63% | 0.76% | - |
| XYZ | 31.01 | 42.18 | 58.14 | - |
| YUV | 155.59 | 150.24 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 195 | 0.63 | 0.03 | 0 | 0.24 | 182.46 | 0.5 | 0.53 |
| Hex | 49 | BE | C3 | 3F | 3 | 0 | 18 | B6 | 32 | 35 |
| Octal | 111 | 276 | 303 | 77 | 3 | 0 | 30 | 266 | 62 | 65 |
| Binary | 1001001 | 10111110 | 11000011 | 111111 | 11 | 0 | 11000 | 10110110 | 110010 | 110101 |
Color Harmonies of #49BEC3
Complementary color
Monochromatic Colors of #49BEC3
Black with #49BEC3
Text Example
Text Example
White with #49BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEC3; }
p { color: rgb(73,190,195); }
H1.HeaderClassName
{
color: #49BEC3;
}
.AnyTagClassName
{
color: #49BEC3;
}
</style>
background-color css
<style>
a { background-color: #49BEC3; }
a { background-color: rgb(73,190,195); }
div.DivClassName
{
background-color: #49BEC3;
}
.BgClassName
{
background-color: #49BEC3;
}
</style>
border-color css
<style>
span { border-color: #49BEC3; }
span { border-color: rgb(73,190,195); }
td.TdClassName
{
border-color: #49BEC3;
}
.TagClassName
{
border-color: #49BEC3;
}
</style>