Shades of Viking #49BCD7
Tints of Viking #49BCD7
RGB
CMYK
RGB Variations
Color information
#49BCD7 (or 0x49BCD7) is known color: Viking. HEX triplet: 49, BC and D7. RGB value is (73,188,215). Sum of RGB (Red+Green+Blue) = 73+188+215=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #49BCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCD7 is #B64328. Grayscale: #9C9C9C. Windows color (decimal): -11944745 or 14138441. OLE color: 14138441.
HSL color Cylindrical-coordinate representation of color #49BCD7: hue angle of 191.41º 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 #49BCD7 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 188 | 215 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.16 |
| HSL | 191.41º | 0.64% | 0.56% | - |
| HSV(B) | 191.41º | 0.66% | 0.84% | - |
| XYZ | 33 | 42.29 | 70.71 | - |
| YUV | 156.69 | 160.9 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 215 | 0.66 | 0.13 | 0 | 0.16 | 191.41 | 0.64 | 0.56 |
| Hex | 49 | BC | D7 | 42 | D | 0 | 10 | BF | 40 | 38 |
| Octal | 111 | 274 | 327 | 102 | 15 | 0 | 20 | 277 | 100 | 70 |
| Binary | 1001001 | 10111100 | 11010111 | 1000010 | 1101 | 0 | 10000 | 10111111 | 1000000 | 111000 |
Color Harmonies of #49BCD7
Complementary color
Monochromatic Colors of #49BCD7
Black with #49BCD7
Text Example
Text Example
White with #49BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCD7; }
p { color: rgb(73,188,215); }
H1.HeaderClassName
{
color: #49BCD7;
}
.AnyTagClassName
{
color: #49BCD7;
}
</style>
background-color css
<style>
a { background-color: #49BCD7; }
a { background-color: rgb(73,188,215); }
div.DivClassName
{
background-color: #49BCD7;
}
.BgClassName
{
background-color: #49BCD7;
}
</style>
border-color css
<style>
span { border-color: #49BCD7; }
span { border-color: rgb(73,188,215); }
td.TdClassName
{
border-color: #49BCD7;
}
.TagClassName
{
border-color: #49BCD7;
}
</style>