Shades of Viking #49BAD4
Tints of Viking #49BAD4
RGB
CMYK
RGB Variations
Color information
#49BAD4 (or 0x49BAD4) is known color: Viking. HEX triplet: 49, BA and D4. RGB value is (73,186,212). Sum of RGB (Red+Green+Blue) = 73+186+212=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #49BAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAD4 is #B6452B. Grayscale: #9A9A9A. Windows color (decimal): -11945260 or 13941321. OLE color: 13941321.
HSL color Cylindrical-coordinate representation of color #49BAD4: hue angle of 191.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49BAD4 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 186 | 212 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.17 |
| HSL | 191.22º | 0.62% | 0.56% | - |
| HSV(B) | 191.22º | 0.66% | 0.83% | - |
| XYZ | 32.19 | 41.29 | 68.56 | - |
| YUV | 155.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 212 | 0.66 | 0.12 | 0 | 0.17 | 191.22 | 0.62 | 0.56 |
| Hex | 49 | BA | D4 | 42 | C | 0 | 11 | BF | 3E | 38 |
| Octal | 111 | 272 | 324 | 102 | 14 | 0 | 21 | 277 | 76 | 70 |
| Binary | 1001001 | 10111010 | 11010100 | 1000010 | 1100 | 0 | 10001 | 10111111 | 111110 | 111000 |
Color Harmonies of #49BAD4
Complementary color
Monochromatic Colors of #49BAD4
Black with #49BAD4
Text Example
Text Example
White with #49BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BAD4; }
p { color: rgb(73,186,212); }
H1.HeaderClassName
{
color: #49BAD4;
}
.AnyTagClassName
{
color: #49BAD4;
}
</style>
background-color css
<style>
a { background-color: #49BAD4; }
a { background-color: rgb(73,186,212); }
div.DivClassName
{
background-color: #49BAD4;
}
.BgClassName
{
background-color: #49BAD4;
}
</style>
border-color css
<style>
span { border-color: #49BAD4; }
span { border-color: rgb(73,186,212); }
td.TdClassName
{
border-color: #49BAD4;
}
.TagClassName
{
border-color: #49BAD4;
}
</style>