Shades of Viking #49BCC3
Tints of Viking #49BCC3
RGB
CMYK
RGB Variations
Color information
#49BCC3 (or 0x49BCC3) is known color: Viking. HEX triplet: 49, BC and C3. RGB value is (73,188,195). Sum of RGB (Red+Green+Blue) = 73+188+195=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #49BCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCC3 is #B6433C. Grayscale: #9A9A9A. Windows color (decimal): -11944765 or 12827721. OLE color: 12827721.
HSL color Cylindrical-coordinate representation of color #49BCC3: hue angle of 183.44º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49BCC3 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 188 | 195 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.24 |
| HSL | 183.44º | 0.5% | 0.53% | - |
| HSV(B) | 183.44º | 0.63% | 0.76% | - |
| XYZ | 30.58 | 41.32 | 57.99 | - |
| YUV | 154.41 | 150.9 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 195 | 0.63 | 0.04 | 0 | 0.24 | 183.44 | 0.5 | 0.53 |
| Hex | 49 | BC | C3 | 3F | 4 | 0 | 18 | B7 | 32 | 35 |
| Octal | 111 | 274 | 303 | 77 | 4 | 0 | 30 | 267 | 62 | 65 |
| Binary | 1001001 | 10111100 | 11000011 | 111111 | 100 | 0 | 11000 | 10110111 | 110010 | 110101 |
Color Harmonies of #49BCC3
Complementary color
Monochromatic Colors of #49BCC3
Black with #49BCC3
Text Example
Text Example
White with #49BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCC3; }
p { color: rgb(73,188,195); }
H1.HeaderClassName
{
color: #49BCC3;
}
.AnyTagClassName
{
color: #49BCC3;
}
</style>
background-color css
<style>
a { background-color: #49BCC3; }
a { background-color: rgb(73,188,195); }
div.DivClassName
{
background-color: #49BCC3;
}
.BgClassName
{
background-color: #49BCC3;
}
</style>
border-color css
<style>
span { border-color: #49BCC3; }
span { border-color: rgb(73,188,195); }
td.TdClassName
{
border-color: #49BCC3;
}
.TagClassName
{
border-color: #49BCC3;
}
</style>