Shades of Viking #49B2CD
Tints of Viking #49B2CD
RGB
CMYK
RGB Variations
Color information
#49B2CD (or 0x49B2CD) is known color: Viking. HEX triplet: 49, B2 and CD. RGB value is (73,178,205). Sum of RGB (Red+Green+Blue) = 73+178+205=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #49B2CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2CD is #B64D32. Grayscale: #959595. Windows color (decimal): -11947315 or 13480521. OLE color: 13480521.
HSL color Cylindrical-coordinate representation of color #49B2CD: hue angle of 192.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49B2CD is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 178 | 205 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.20 |
| HSL | 192.27º | 0.57% | 0.55% | - |
| HSV(B) | 192.27º | 0.64% | 0.8% | - |
| XYZ | 29.69 | 37.67 | 63.46 | - |
| YUV | 149.68 | 159.21 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 205 | 0.64 | 0.13 | 0 | 0.20 | 192.27 | 0.57 | 0.55 |
| Hex | 49 | B2 | CD | 40 | D | 0 | 14 | C0 | 39 | 37 |
| Octal | 111 | 262 | 315 | 100 | 15 | 0 | 24 | 300 | 71 | 67 |
| Binary | 1001001 | 10110010 | 11001101 | 1000000 | 1101 | 0 | 10100 | 11000000 | 111001 | 110111 |
Color Harmonies of #49B2CD
Complementary color
Monochromatic Colors of #49B2CD
Black with #49B2CD
Text Example
Text Example
White with #49B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B2CD; }
p { color: rgb(73,178,205); }
H1.HeaderClassName
{
color: #49B2CD;
}
.AnyTagClassName
{
color: #49B2CD;
}
</style>
background-color css
<style>
a { background-color: #49B2CD; }
a { background-color: rgb(73,178,205); }
div.DivClassName
{
background-color: #49B2CD;
}
.BgClassName
{
background-color: #49B2CD;
}
</style>
border-color css
<style>
span { border-color: #49B2CD; }
span { border-color: rgb(73,178,205); }
td.TdClassName
{
border-color: #49B2CD;
}
.TagClassName
{
border-color: #49B2CD;
}
</style>