Shades of Viking #49C2DA
Tints of Viking #49C2DA
RGB
CMYK
RGB Variations
Color information
#49C2DA (or 0x49C2DA) is known color: Viking. HEX triplet: 49, C2 and DA. RGB value is (73,194,218). Sum of RGB (Red+Green+Blue) = 73+194+218=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #49C2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2DA is #B63D25. Grayscale: #A0A0A0. Windows color (decimal): -11943206 or 14336585. OLE color: 14336585.
HSL color Cylindrical-coordinate representation of color #49C2DA: hue angle of 189.93º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C2DA is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 194 | 218 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.15 |
| HSL | 189.93º | 0.66% | 0.57% | - |
| HSV(B) | 189.93º | 0.67% | 0.85% | - |
| XYZ | 34.69 | 45.06 | 73.2 | - |
| YUV | 160.56 | 160.41 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 218 | 0.67 | 0.11 | 0 | 0.15 | 189.93 | 0.66 | 0.57 |
| Hex | 49 | C2 | DA | 43 | B | 0 | F | BE | 42 | 39 |
| Octal | 111 | 302 | 332 | 103 | 13 | 0 | 17 | 276 | 102 | 71 |
| Binary | 1001001 | 11000010 | 11011010 | 1000011 | 1011 | 0 | 1111 | 10111110 | 1000010 | 111001 |
Color Harmonies of #49C2DA
Complementary color
Monochromatic Colors of #49C2DA
Black with #49C2DA
Text Example
Text Example
White with #49C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2DA; }
p { color: rgb(73,194,218); }
H1.HeaderClassName
{
color: #49C2DA;
}
.AnyTagClassName
{
color: #49C2DA;
}
</style>
background-color css
<style>
a { background-color: #49C2DA; }
a { background-color: rgb(73,194,218); }
div.DivClassName
{
background-color: #49C2DA;
}
.BgClassName
{
background-color: #49C2DA;
}
</style>
border-color css
<style>
span { border-color: #49C2DA; }
span { border-color: rgb(73,194,218); }
td.TdClassName
{
border-color: #49C2DA;
}
.TagClassName
{
border-color: #49C2DA;
}
</style>