Shades of Viking #49BCCE
Tints of Viking #49BCCE
RGB
CMYK
RGB Variations
Color information
#49BCCE (or 0x49BCCE) is known color: Viking. HEX triplet: 49, BC and CE. RGB value is (73,188,206). Sum of RGB (Red+Green+Blue) = 73+188+206=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #49BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCCE is #B64331. Grayscale: #9B9B9B. Windows color (decimal): -11944754 or 13548617. OLE color: 13548617.
HSL color Cylindrical-coordinate representation of color #49BCCE: hue angle of 188.12º 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 #49BCCE is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 188 | 206 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.19 |
| HSL | 188.12º | 0.58% | 0.55% | - |
| HSV(B) | 188.12º | 0.65% | 0.81% | - |
| XYZ | 31.87 | 41.84 | 64.79 | - |
| YUV | 155.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 206 | 0.65 | 0.09 | 0 | 0.19 | 188.12 | 0.58 | 0.55 |
| Hex | 49 | BC | CE | 41 | 9 | 0 | 13 | BC | 3A | 37 |
| Octal | 111 | 274 | 316 | 101 | 11 | 0 | 23 | 274 | 72 | 67 |
| Binary | 1001001 | 10111100 | 11001110 | 1000001 | 1001 | 0 | 10011 | 10111100 | 111010 | 110111 |
Color Harmonies of #49BCCE
Complementary color
Monochromatic Colors of #49BCCE
Black with #49BCCE
Text Example
Text Example
White with #49BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCCE; }
p { color: rgb(73,188,206); }
H1.HeaderClassName
{
color: #49BCCE;
}
.AnyTagClassName
{
color: #49BCCE;
}
</style>
background-color css
<style>
a { background-color: #49BCCE; }
a { background-color: rgb(73,188,206); }
div.DivClassName
{
background-color: #49BCCE;
}
.BgClassName
{
background-color: #49BCCE;
}
</style>
border-color css
<style>
span { border-color: #49BCCE; }
span { border-color: rgb(73,188,206); }
td.TdClassName
{
border-color: #49BCCE;
}
.TagClassName
{
border-color: #49BCCE;
}
</style>