Shades of Viking #49A5CF
Tints of Viking #49A5CF
RGB
CMYK
RGB Variations
Color information
#49A5CF (or 0x49A5CF) is known color: Viking. HEX triplet: 49, A5 and CF. RGB value is (73,165,207). Sum of RGB (Red+Green+Blue) = 73+165+207=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #49A5CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5CF is #B65A30. Grayscale: #8E8E8E. Windows color (decimal): -11950641 or 13608265. OLE color: 13608265.
HSL color Cylindrical-coordinate representation of color #49A5CF: hue angle of 198.81º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49A5CF is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 165 | 207 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.19 |
| HSL | 198.81º | 0.58% | 0.55% | - |
| HSV(B) | 198.81º | 0.65% | 0.81% | - |
| XYZ | 27.47 | 32.83 | 63.92 | - |
| YUV | 142.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 165 | 207 | 0.65 | 0.20 | 0 | 0.19 | 198.81 | 0.58 | 0.55 |
| Hex | 49 | A5 | CF | 41 | 14 | 0 | 13 | C7 | 3A | 37 |
| Octal | 111 | 245 | 317 | 101 | 24 | 0 | 23 | 307 | 72 | 67 |
| Binary | 1001001 | 10100101 | 11001111 | 1000001 | 10100 | 0 | 10011 | 11000111 | 111010 | 110111 |
Color Harmonies of #49A5CF
Complementary color
Monochromatic Colors of #49A5CF
Black with #49A5CF
Text Example
Text Example
White with #49A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A5CF; }
p { color: rgb(73,165,207); }
H1.HeaderClassName
{
color: #49A5CF;
}
.AnyTagClassName
{
color: #49A5CF;
}
</style>
background-color css
<style>
a { background-color: #49A5CF; }
a { background-color: rgb(73,165,207); }
div.DivClassName
{
background-color: #49A5CF;
}
.BgClassName
{
background-color: #49A5CF;
}
</style>
border-color css
<style>
span { border-color: #49A5CF; }
span { border-color: rgb(73,165,207); }
td.TdClassName
{
border-color: #49A5CF;
}
.TagClassName
{
border-color: #49A5CF;
}
</style>