Shades of Viking #49BBBE
Tints of Viking #49BBBE
RGB
CMYK
RGB Variations
Color information
#49BBBE (or 0x49BBBE) is known color: Viking. HEX triplet: 49, BB and BE. RGB value is (73,187,190). Sum of RGB (Red+Green+Blue) = 73+187+190=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #49BBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBBE is #B64441. Grayscale: #999999. Windows color (decimal): -11945026 or 12499785. OLE color: 12499785.
HSL color Cylindrical-coordinate representation of color #49BBBE: hue angle of 181.54º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BBBE is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 187 | 190 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.25 |
| HSL | 181.54º | 0.47% | 0.52% | - |
| HSV(B) | 181.54º | 0.62% | 0.75% | - |
| XYZ | 29.81 | 40.67 | 54.99 | - |
| YUV | 153.26 | 148.73 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 190 | 0.62 | 0.02 | 0 | 0.25 | 181.54 | 0.47 | 0.52 |
| Hex | 49 | BB | BE | 3E | 2 | 0 | 19 | B6 | 2F | 34 |
| Octal | 111 | 273 | 276 | 76 | 2 | 0 | 31 | 266 | 57 | 64 |
| Binary | 1001001 | 10111011 | 10111110 | 111110 | 10 | 0 | 11001 | 10110110 | 101111 | 110100 |
Color Harmonies of #49BBBE
Complementary color
Monochromatic Colors of #49BBBE
Black with #49BBBE
Text Example
Text Example
White with #49BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBBE; }
p { color: rgb(73,187,190); }
H1.HeaderClassName
{
color: #49BBBE;
}
.AnyTagClassName
{
color: #49BBBE;
}
</style>
background-color css
<style>
a { background-color: #49BBBE; }
a { background-color: rgb(73,187,190); }
div.DivClassName
{
background-color: #49BBBE;
}
.BgClassName
{
background-color: #49BBBE;
}
</style>
border-color css
<style>
span { border-color: #49BBBE; }
span { border-color: rgb(73,187,190); }
td.TdClassName
{
border-color: #49BBBE;
}
.TagClassName
{
border-color: #49BBBE;
}
</style>