Shades of Viking #49BBC3
Tints of Viking #49BBC3
RGB
CMYK
RGB Variations
Color information
#49BBC3 (or 0x49BBC3) is known color: Viking. HEX triplet: 49, BB and C3. RGB value is (73,187,195). Sum of RGB (Red+Green+Blue) = 73+187+195=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #49BBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBC3 is #B6443C. Grayscale: #999999. Windows color (decimal): -11945021 or 12827465. OLE color: 12827465.
HSL color Cylindrical-coordinate representation of color #49BBC3: hue angle of 183.93º 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 #49BBC3 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 187 | 195 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.24 |
| HSL | 183.93º | 0.5% | 0.53% | - |
| HSV(B) | 183.93º | 0.63% | 0.76% | - |
| XYZ | 30.37 | 40.9 | 57.92 | - |
| YUV | 153.83 | 151.23 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 195 | 0.63 | 0.04 | 0 | 0.24 | 183.93 | 0.5 | 0.53 |
| Hex | 49 | BB | C3 | 3F | 4 | 0 | 18 | B8 | 32 | 35 |
| Octal | 111 | 273 | 303 | 77 | 4 | 0 | 30 | 270 | 62 | 65 |
| Binary | 1001001 | 10111011 | 11000011 | 111111 | 100 | 0 | 11000 | 10111000 | 110010 | 110101 |
Color Harmonies of #49BBC3
Complementary color
Monochromatic Colors of #49BBC3
Black with #49BBC3
Text Example
Text Example
White with #49BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBC3; }
p { color: rgb(73,187,195); }
H1.HeaderClassName
{
color: #49BBC3;
}
.AnyTagClassName
{
color: #49BBC3;
}
</style>
background-color css
<style>
a { background-color: #49BBC3; }
a { background-color: rgb(73,187,195); }
div.DivClassName
{
background-color: #49BBC3;
}
.BgClassName
{
background-color: #49BBC3;
}
</style>
border-color css
<style>
span { border-color: #49BBC3; }
span { border-color: rgb(73,187,195); }
td.TdClassName
{
border-color: #49BBC3;
}
.TagClassName
{
border-color: #49BBC3;
}
</style>