Shades of Viking #49B7B4
Tints of Viking #49B7B4
RGB
CMYK
RGB Variations
Color information
#49B7B4 (or 0x49B7B4) is known color: Viking. HEX triplet: 49, B7 and B4. RGB value is (73,183,180). Sum of RGB (Red+Green+Blue) = 73+183+180=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #49B7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B7B4 is #B6484B. Grayscale: #959595. Windows color (decimal): -11946060 or 11843401. OLE color: 11843401.
HSL color Cylindrical-coordinate representation of color #49B7B4: hue angle of 178.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B7B4 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 180 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.28 |
| HSL | 178.36º | 0.43% | 0.5% | - |
| HSV(B) | 178.36º | 0.6% | 0.72% | - |
| XYZ | 27.92 | 38.58 | 49.15 | - |
| YUV | 149.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 180 | 0.60 | 0 | 0.02 | 0.28 | 178.36 | 0.43 | 0.5 |
| Hex | 49 | B7 | B4 | 3C | 0 | 2 | 1C | B2 | 2B | 32 |
| Octal | 111 | 267 | 264 | 74 | 0 | 2 | 34 | 262 | 53 | 62 |
| Binary | 1001001 | 10110111 | 10110100 | 111100 | 0 | 10 | 11100 | 10110010 | 101011 | 110010 |
Color Harmonies of #49B7B4
Complementary color
Monochromatic Colors of #49B7B4
Black with #49B7B4
Text Example
Text Example
White with #49B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B7B4; }
p { color: rgb(73,183,180); }
H1.HeaderClassName
{
color: #49B7B4;
}
.AnyTagClassName
{
color: #49B7B4;
}
</style>
background-color css
<style>
a { background-color: #49B7B4; }
a { background-color: rgb(73,183,180); }
div.DivClassName
{
background-color: #49B7B4;
}
.BgClassName
{
background-color: #49B7B4;
}
</style>
border-color css
<style>
span { border-color: #49B7B4; }
span { border-color: rgb(73,183,180); }
td.TdClassName
{
border-color: #49B7B4;
}
.TagClassName
{
border-color: #49B7B4;
}
</style>