Shades of Viking #49BDD7
Tints of Viking #49BDD7
RGB
CMYK
RGB Variations
Color information
#49BDD7 (or 0x49BDD7) is known color: Viking. HEX triplet: 49, BD and D7. RGB value is (73,189,215). Sum of RGB (Red+Green+Blue) = 73+189+215=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #49BDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDD7 is #B64228. Grayscale: #9D9D9D. Windows color (decimal): -11944489 or 14138697. OLE color: 14138697.
HSL color Cylindrical-coordinate representation of color #49BDD7: hue angle of 190.99º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49BDD7 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 189 | 215 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.16 |
| HSL | 190.99º | 0.64% | 0.56% | - |
| HSV(B) | 190.99º | 0.66% | 0.84% | - |
| XYZ | 33.21 | 42.72 | 70.78 | - |
| YUV | 157.28 | 160.57 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 215 | 0.66 | 0.12 | 0 | 0.16 | 190.99 | 0.64 | 0.56 |
| Hex | 49 | BD | D7 | 42 | C | 0 | 10 | BF | 40 | 38 |
| Octal | 111 | 275 | 327 | 102 | 14 | 0 | 20 | 277 | 100 | 70 |
| Binary | 1001001 | 10111101 | 11010111 | 1000010 | 1100 | 0 | 10000 | 10111111 | 1000000 | 111000 |
Color Harmonies of #49BDD7
Complementary color
Monochromatic Colors of #49BDD7
Black with #49BDD7
Text Example
Text Example
White with #49BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDD7; }
p { color: rgb(73,189,215); }
H1.HeaderClassName
{
color: #49BDD7;
}
.AnyTagClassName
{
color: #49BDD7;
}
</style>
background-color css
<style>
a { background-color: #49BDD7; }
a { background-color: rgb(73,189,215); }
div.DivClassName
{
background-color: #49BDD7;
}
.BgClassName
{
background-color: #49BDD7;
}
</style>
border-color css
<style>
span { border-color: #49BDD7; }
span { border-color: rgb(73,189,215); }
td.TdClassName
{
border-color: #49BDD7;
}
.TagClassName
{
border-color: #49BDD7;
}
</style>