Shades of Viking #49BDCC
Tints of Viking #49BDCC
RGB
CMYK
RGB Variations
Color information
#49BDCC (or 0x49BDCC) is known color: Viking. HEX triplet: 49, BD and CC. RGB value is (73,189,204). Sum of RGB (Red+Green+Blue) = 73+189+204=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #49BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDCC is #B64233. Grayscale: #9B9B9B. Windows color (decimal): -11944500 or 13417801. OLE color: 13417801.
HSL color Cylindrical-coordinate representation of color #49BDCC: hue angle of 186.87º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49BDCC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 189 | 204 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.2 |
| HSL | 186.87º | 0.56% | 0.54% | - |
| HSV(B) | 186.87º | 0.64% | 0.8% | - |
| XYZ | 31.84 | 42.17 | 63.59 | - |
| YUV | 156.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 204 | 0.64 | 0.07 | 0 | 0.2 | 186.87 | 0.56 | 0.54 |
| Hex | 49 | BD | CC | 40 | 7 | 0 | 14 | BB | 38 | 36 |
| Octal | 111 | 275 | 314 | 100 | 7 | 0 | 24 | 273 | 70 | 66 |
| Binary | 1001001 | 10111101 | 11001100 | 1000000 | 111 | 0 | 10100 | 10111011 | 111000 | 110110 |
Color Harmonies of #49BDCC
Complementary color
Monochromatic Colors of #49BDCC
Black with #49BDCC
Text Example
Text Example
White with #49BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDCC; }
p { color: rgb(73,189,204); }
H1.HeaderClassName
{
color: #49BDCC;
}
.AnyTagClassName
{
color: #49BDCC;
}
</style>
background-color css
<style>
a { background-color: #49BDCC; }
a { background-color: rgb(73,189,204); }
div.DivClassName
{
background-color: #49BDCC;
}
.BgClassName
{
background-color: #49BDCC;
}
</style>
border-color css
<style>
span { border-color: #49BDCC; }
span { border-color: rgb(73,189,204); }
td.TdClassName
{
border-color: #49BDCC;
}
.TagClassName
{
border-color: #49BDCC;
}
</style>