Shades of Viking #49B7CC
Tints of Viking #49B7CC
RGB
CMYK
RGB Variations
Color information
#49B7CC (or 0x49B7CC) is known color: Viking. HEX triplet: 49, B7 and CC. RGB value is (73,183,204). Sum of RGB (Red+Green+Blue) = 73+183+204=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #49B7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B7CC is #B64833. Grayscale: #989898. Windows color (decimal): -11946036 or 13416265. OLE color: 13416265.
HSL color Cylindrical-coordinate representation of color #49B7CC: hue angle of 189.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49B7CC is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 183 | 204 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.2 |
| HSL | 189.62º | 0.56% | 0.54% | - |
| HSV(B) | 189.62º | 0.64% | 0.8% | - |
| XYZ | 30.58 | 39.64 | 63.17 | - |
| YUV | 152.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 204 | 0.64 | 0.10 | 0 | 0.2 | 189.62 | 0.56 | 0.54 |
| Hex | 49 | B7 | CC | 40 | A | 0 | 14 | BE | 38 | 36 |
| Octal | 111 | 267 | 314 | 100 | 12 | 0 | 24 | 276 | 70 | 66 |
| Binary | 1001001 | 10110111 | 11001100 | 1000000 | 1010 | 0 | 10100 | 10111110 | 111000 | 110110 |
Color Harmonies of #49B7CC
Complementary color
Monochromatic Colors of #49B7CC
Black with #49B7CC
Text Example
Text Example
White with #49B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B7CC; }
p { color: rgb(73,183,204); }
H1.HeaderClassName
{
color: #49B7CC;
}
.AnyTagClassName
{
color: #49B7CC;
}
</style>
background-color css
<style>
a { background-color: #49B7CC; }
a { background-color: rgb(73,183,204); }
div.DivClassName
{
background-color: #49B7CC;
}
.BgClassName
{
background-color: #49B7CC;
}
</style>
border-color css
<style>
span { border-color: #49B7CC; }
span { border-color: rgb(73,183,204); }
td.TdClassName
{
border-color: #49B7CC;
}
.TagClassName
{
border-color: #49B7CC;
}
</style>