Shades of Viking #49BFD5
Tints of Viking #49BFD5
RGB
CMYK
RGB Variations
Color information
#49BFD5 (or 0x49BFD5) is known color: Viking. HEX triplet: 49, BF and D5. RGB value is (73,191,213). Sum of RGB (Red+Green+Blue) = 73+191+213=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #49BFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFD5 is #B6402A. Grayscale: #9E9E9E. Windows color (decimal): -11943979 or 14008137. OLE color: 14008137.
HSL color Cylindrical-coordinate representation of color #49BFD5: hue angle of 189.43º 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 #49BFD5 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 191 | 213 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.16 |
| HSL | 189.43º | 0.63% | 0.56% | - |
| HSV(B) | 189.43º | 0.66% | 0.84% | - |
| XYZ | 33.39 | 43.48 | 69.58 | - |
| YUV | 158.23 | 158.91 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 213 | 0.66 | 0.10 | 0 | 0.16 | 189.43 | 0.63 | 0.56 |
| Hex | 49 | BF | D5 | 42 | A | 0 | 10 | BD | 3E | 38 |
| Octal | 111 | 277 | 325 | 102 | 12 | 0 | 20 | 275 | 76 | 70 |
| Binary | 1001001 | 10111111 | 11010101 | 1000010 | 1010 | 0 | 10000 | 10111101 | 111110 | 111000 |
Color Harmonies of #49BFD5
Complementary color
Monochromatic Colors of #49BFD5
Black with #49BFD5
Text Example
Text Example
White with #49BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFD5; }
p { color: rgb(73,191,213); }
H1.HeaderClassName
{
color: #49BFD5;
}
.AnyTagClassName
{
color: #49BFD5;
}
</style>
background-color css
<style>
a { background-color: #49BFD5; }
a { background-color: rgb(73,191,213); }
div.DivClassName
{
background-color: #49BFD5;
}
.BgClassName
{
background-color: #49BFD5;
}
</style>
border-color css
<style>
span { border-color: #49BFD5; }
span { border-color: rgb(73,191,213); }
td.TdClassName
{
border-color: #49BFD5;
}
.TagClassName
{
border-color: #49BFD5;
}
</style>