Shades of Viking #49BAD3
Tints of Viking #49BAD3
RGB
CMYK
RGB Variations
Color information
#49BAD3 (or 0x49BAD3) is known color: Viking. HEX triplet: 49, BA and D3. RGB value is (73,186,211). Sum of RGB (Red+Green+Blue) = 73+186+211=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #49BAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAD3 is #B6452C. Grayscale: #9A9A9A. Windows color (decimal): -11945261 or 13875785. OLE color: 13875785.
HSL color Cylindrical-coordinate representation of color #49BAD3: hue angle of 190.87º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BAD3 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 186 | 211 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.17 |
| HSL | 190.87º | 0.61% | 0.56% | - |
| HSV(B) | 190.87º | 0.65% | 0.83% | - |
| XYZ | 32.06 | 41.24 | 67.9 | - |
| YUV | 155.06 | 159.56 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 211 | 0.65 | 0.12 | 0 | 0.17 | 190.87 | 0.61 | 0.56 |
| Hex | 49 | BA | D3 | 41 | C | 0 | 11 | BF | 3D | 38 |
| Octal | 111 | 272 | 323 | 101 | 14 | 0 | 21 | 277 | 75 | 70 |
| Binary | 1001001 | 10111010 | 11010011 | 1000001 | 1100 | 0 | 10001 | 10111111 | 111101 | 111000 |
Color Harmonies of #49BAD3
Complementary color
Monochromatic Colors of #49BAD3
Black with #49BAD3
Text Example
Text Example
White with #49BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BAD3; }
p { color: rgb(73,186,211); }
H1.HeaderClassName
{
color: #49BAD3;
}
.AnyTagClassName
{
color: #49BAD3;
}
</style>
background-color css
<style>
a { background-color: #49BAD3; }
a { background-color: rgb(73,186,211); }
div.DivClassName
{
background-color: #49BAD3;
}
.BgClassName
{
background-color: #49BAD3;
}
</style>
border-color css
<style>
span { border-color: #49BAD3; }
span { border-color: rgb(73,186,211); }
td.TdClassName
{
border-color: #49BAD3;
}
.TagClassName
{
border-color: #49BAD3;
}
</style>