Shades of Viking #49B7CF
Tints of Viking #49B7CF
RGB
CMYK
RGB Variations
Color information
#49B7CF (or 0x49B7CF) is known color: Viking. HEX triplet: 49, B7 and CF. RGB value is (73,183,207). Sum of RGB (Red+Green+Blue) = 73+183+207=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #49B7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B7CF is #B64830. Grayscale: #989898. Windows color (decimal): -11946033 or 13612873. OLE color: 13612873.
HSL color Cylindrical-coordinate representation of color #49B7CF: hue angle of 190.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49B7CF is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 183 | 207 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.19 |
| HSL | 190.75º | 0.58% | 0.55% | - |
| HSV(B) | 190.75º | 0.65% | 0.81% | - |
| XYZ | 30.94 | 39.79 | 65.08 | - |
| YUV | 152.85 | 158.56 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 207 | 0.65 | 0.12 | 0 | 0.19 | 190.75 | 0.58 | 0.55 |
| Hex | 49 | B7 | CF | 41 | C | 0 | 13 | BF | 3A | 37 |
| Octal | 111 | 267 | 317 | 101 | 14 | 0 | 23 | 277 | 72 | 67 |
| Binary | 1001001 | 10110111 | 11001111 | 1000001 | 1100 | 0 | 10011 | 10111111 | 111010 | 110111 |
Color Harmonies of #49B7CF
Complementary color
Monochromatic Colors of #49B7CF
Black with #49B7CF
Text Example
Text Example
White with #49B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B7CF; }
p { color: rgb(73,183,207); }
H1.HeaderClassName
{
color: #49B7CF;
}
.AnyTagClassName
{
color: #49B7CF;
}
</style>
background-color css
<style>
a { background-color: #49B7CF; }
a { background-color: rgb(73,183,207); }
div.DivClassName
{
background-color: #49B7CF;
}
.BgClassName
{
background-color: #49B7CF;
}
</style>
border-color css
<style>
span { border-color: #49B7CF; }
span { border-color: rgb(73,183,207); }
td.TdClassName
{
border-color: #49B7CF;
}
.TagClassName
{
border-color: #49B7CF;
}
</style>