Shades of Viking #49B2CA
Tints of Viking #49B2CA
RGB
CMYK
RGB Variations
Color information
#49B2CA (or 0x49B2CA) is known color: Viking. HEX triplet: 49, B2 and CA. RGB value is (73,178,202). Sum of RGB (Red+Green+Blue) = 73+178+202=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #49B2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B2CA is #B64D35. Grayscale: #959595. Windows color (decimal): -11947318 or 13283913. OLE color: 13283913.
HSL color Cylindrical-coordinate representation of color #49B2CA: hue angle of 191.16º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49B2CA is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 178 | 202 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.21 |
| HSL | 191.16º | 0.55% | 0.54% | - |
| HSV(B) | 191.16º | 0.64% | 0.79% | - |
| XYZ | 29.33 | 37.52 | 61.57 | - |
| YUV | 149.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 202 | 0.64 | 0.12 | 0 | 0.21 | 191.16 | 0.55 | 0.54 |
| Hex | 49 | B2 | CA | 40 | C | 0 | 15 | BF | 37 | 36 |
| Octal | 111 | 262 | 312 | 100 | 14 | 0 | 25 | 277 | 67 | 66 |
| Binary | 1001001 | 10110010 | 11001010 | 1000000 | 1100 | 0 | 10101 | 10111111 | 110111 | 110110 |
Color Harmonies of #49B2CA
Complementary color
Monochromatic Colors of #49B2CA
Black with #49B2CA
Text Example
Text Example
White with #49B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B2CA; }
p { color: rgb(73,178,202); }
H1.HeaderClassName
{
color: #49B2CA;
}
.AnyTagClassName
{
color: #49B2CA;
}
</style>
background-color css
<style>
a { background-color: #49B2CA; }
a { background-color: rgb(73,178,202); }
div.DivClassName
{
background-color: #49B2CA;
}
.BgClassName
{
background-color: #49B2CA;
}
</style>
border-color css
<style>
span { border-color: #49B2CA; }
span { border-color: rgb(73,178,202); }
td.TdClassName
{
border-color: #49B2CA;
}
.TagClassName
{
border-color: #49B2CA;
}
</style>