Shades of Viking #49BDC3
Tints of Viking #49BDC3
RGB
CMYK
RGB Variations
Color information
#49BDC3 (or 0x49BDC3) is known color: Viking. HEX triplet: 49, BD and C3. RGB value is (73,189,195). Sum of RGB (Red+Green+Blue) = 73+189+195=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #49BDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDC3 is #B6423C. Grayscale: #9A9A9A. Windows color (decimal): -11944509 or 12827977. OLE color: 12827977.
HSL color Cylindrical-coordinate representation of color #49BDC3: hue angle of 182.95º 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 #49BDC3 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 189 | 195 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.24 |
| HSL | 182.95º | 0.5% | 0.53% | - |
| HSV(B) | 182.95º | 0.63% | 0.76% | - |
| XYZ | 30.8 | 41.75 | 58.07 | - |
| YUV | 155 | 150.57 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 195 | 0.63 | 0.03 | 0 | 0.24 | 182.95 | 0.5 | 0.53 |
| Hex | 49 | BD | C3 | 3F | 3 | 0 | 18 | B7 | 32 | 35 |
| Octal | 111 | 275 | 303 | 77 | 3 | 0 | 30 | 267 | 62 | 65 |
| Binary | 1001001 | 10111101 | 11000011 | 111111 | 11 | 0 | 11000 | 10110111 | 110010 | 110101 |
Color Harmonies of #49BDC3
Complementary color
Monochromatic Colors of #49BDC3
Black with #49BDC3
Text Example
Text Example
White with #49BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDC3; }
p { color: rgb(73,189,195); }
H1.HeaderClassName
{
color: #49BDC3;
}
.AnyTagClassName
{
color: #49BDC3;
}
</style>
background-color css
<style>
a { background-color: #49BDC3; }
a { background-color: rgb(73,189,195); }
div.DivClassName
{
background-color: #49BDC3;
}
.BgClassName
{
background-color: #49BDC3;
}
</style>
border-color css
<style>
span { border-color: #49BDC3; }
span { border-color: rgb(73,189,195); }
td.TdClassName
{
border-color: #49BDC3;
}
.TagClassName
{
border-color: #49BDC3;
}
</style>