Shades of Viking #49B5CE
Tints of Viking #49B5CE
RGB
CMYK
RGB Variations
Color information
#49B5CE (or 0x49B5CE) is known color: Viking. HEX triplet: 49, B5 and CE. RGB value is (73,181,206). Sum of RGB (Red+Green+Blue) = 73+181+206=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #49B5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5CE is #B64A31. Grayscale: #979797. Windows color (decimal): -11946546 or 13546825. OLE color: 13546825.
HSL color Cylindrical-coordinate representation of color #49B5CE: hue angle of 191.28º 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 #49B5CE is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 181 | 206 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.19 |
| HSL | 191.28º | 0.58% | 0.55% | - |
| HSV(B) | 191.28º | 0.65% | 0.81% | - |
| XYZ | 30.41 | 38.92 | 64.3 | - |
| YUV | 151.56 | 158.72 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 206 | 0.65 | 0.12 | 0 | 0.19 | 191.28 | 0.58 | 0.55 |
| Hex | 49 | B5 | CE | 41 | C | 0 | 13 | BF | 3A | 37 |
| Octal | 111 | 265 | 316 | 101 | 14 | 0 | 23 | 277 | 72 | 67 |
| Binary | 1001001 | 10110101 | 11001110 | 1000001 | 1100 | 0 | 10011 | 10111111 | 111010 | 110111 |
Color Harmonies of #49B5CE
Complementary color
Monochromatic Colors of #49B5CE
Black with #49B5CE
Text Example
Text Example
White with #49B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B5CE; }
p { color: rgb(73,181,206); }
H1.HeaderClassName
{
color: #49B5CE;
}
.AnyTagClassName
{
color: #49B5CE;
}
</style>
background-color css
<style>
a { background-color: #49B5CE; }
a { background-color: rgb(73,181,206); }
div.DivClassName
{
background-color: #49B5CE;
}
.BgClassName
{
background-color: #49B5CE;
}
</style>
border-color css
<style>
span { border-color: #49B5CE; }
span { border-color: rgb(73,181,206); }
td.TdClassName
{
border-color: #49B5CE;
}
.TagClassName
{
border-color: #49B5CE;
}
</style>