Shades of Viking #49BDD5
Tints of Viking #49BDD5
RGB
CMYK
RGB Variations
Color information
#49BDD5 (or 0x49BDD5) is known color: Viking. HEX triplet: 49, BD and D5. RGB value is (73,189,213). Sum of RGB (Red+Green+Blue) = 73+189+213=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #49BDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDD5 is #B6422A. Grayscale: #9C9C9C. Windows color (decimal): -11944491 or 14007625. OLE color: 14007625.
HSL color Cylindrical-coordinate representation of color #49BDD5: hue angle of 190.29º degrees, saturation: 0.62, 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 #49BDD5 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 189 | 213 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.16 |
| HSL | 190.29º | 0.63% | 0.56% | - |
| HSV(B) | 190.29º | 0.66% | 0.84% | - |
| XYZ | 32.96 | 42.62 | 69.44 | - |
| YUV | 157.05 | 159.57 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 213 | 0.66 | 0.11 | 0 | 0.16 | 190.29 | 0.63 | 0.56 |
| Hex | 49 | BD | D5 | 42 | B | 0 | 10 | BE | 3E | 38 |
| Octal | 111 | 275 | 325 | 102 | 13 | 0 | 20 | 276 | 76 | 70 |
| Binary | 1001001 | 10111101 | 11010101 | 1000010 | 1011 | 0 | 10000 | 10111110 | 111110 | 111000 |
Color Harmonies of #49BDD5
Complementary color
Monochromatic Colors of #49BDD5
Black with #49BDD5
Text Example
Text Example
White with #49BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDD5; }
p { color: rgb(73,189,213); }
H1.HeaderClassName
{
color: #49BDD5;
}
.AnyTagClassName
{
color: #49BDD5;
}
</style>
background-color css
<style>
a { background-color: #49BDD5; }
a { background-color: rgb(73,189,213); }
div.DivClassName
{
background-color: #49BDD5;
}
.BgClassName
{
background-color: #49BDD5;
}
</style>
border-color css
<style>
span { border-color: #49BDD5; }
span { border-color: rgb(73,189,213); }
td.TdClassName
{
border-color: #49BDD5;
}
.TagClassName
{
border-color: #49BDD5;
}
</style>