Shades of Viking #49BBCA
Tints of Viking #49BBCA
RGB
CMYK
RGB Variations
Color information
#49BBCA (or 0x49BBCA) is known color: Viking. HEX triplet: 49, BB and CA. RGB value is (73,187,202). Sum of RGB (Red+Green+Blue) = 73+187+202=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #49BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBCA is #B64435. Grayscale: #9A9A9A. Windows color (decimal): -11945014 or 13286217. OLE color: 13286217.
HSL color Cylindrical-coordinate representation of color #49BBCA: hue angle of 186.98º 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 #49BBCA is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 187 | 202 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.21 |
| HSL | 186.98º | 0.55% | 0.54% | - |
| HSV(B) | 186.98º | 0.64% | 0.79% | - |
| XYZ | 31.18 | 41.22 | 62.19 | - |
| YUV | 154.62 | 154.73 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 202 | 0.64 | 0.07 | 0 | 0.21 | 186.98 | 0.55 | 0.54 |
| Hex | 49 | BB | CA | 40 | 7 | 0 | 15 | BB | 37 | 36 |
| Octal | 111 | 273 | 312 | 100 | 7 | 0 | 25 | 273 | 67 | 66 |
| Binary | 1001001 | 10111011 | 11001010 | 1000000 | 111 | 0 | 10101 | 10111011 | 110111 | 110110 |
Color Harmonies of #49BBCA
Complementary color
Monochromatic Colors of #49BBCA
Black with #49BBCA
Text Example
Text Example
White with #49BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBCA; }
p { color: rgb(73,187,202); }
H1.HeaderClassName
{
color: #49BBCA;
}
.AnyTagClassName
{
color: #49BBCA;
}
</style>
background-color css
<style>
a { background-color: #49BBCA; }
a { background-color: rgb(73,187,202); }
div.DivClassName
{
background-color: #49BBCA;
}
.BgClassName
{
background-color: #49BBCA;
}
</style>
border-color css
<style>
span { border-color: #49BBCA; }
span { border-color: rgb(73,187,202); }
td.TdClassName
{
border-color: #49BBCA;
}
.TagClassName
{
border-color: #49BBCA;
}
</style>