Shades of Viking #49ACCD
Tints of Viking #49ACCD
RGB
CMYK
RGB Variations
Color information
#49ACCD (or 0x49ACCD) is known color: Viking. HEX triplet: 49, AC and CD. RGB value is (73,172,205). Sum of RGB (Red+Green+Blue) = 73+172+205=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #49ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACCD is #B65332. Grayscale: #919191. Windows color (decimal): -11948851 or 13478985. OLE color: 13478985.
HSL color Cylindrical-coordinate representation of color #49ACCD: hue angle of 195º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49ACCD is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 172 | 205 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.20 |
| HSL | 195º | 0.57% | 0.55% | - |
| HSV(B) | 195º | 0.64% | 0.8% | - |
| XYZ | 28.52 | 35.33 | 63.07 | - |
| YUV | 146.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 205 | 0.64 | 0.16 | 0 | 0.20 | 195 | 0.57 | 0.55 |
| Hex | 49 | AC | CD | 40 | 10 | 0 | 14 | C3 | 39 | 37 |
| Octal | 111 | 254 | 315 | 100 | 20 | 0 | 24 | 303 | 71 | 67 |
| Binary | 1001001 | 10101100 | 11001101 | 1000000 | 10000 | 0 | 10100 | 11000011 | 111001 | 110111 |
Color Harmonies of #49ACCD
Complementary color
Monochromatic Colors of #49ACCD
Black with #49ACCD
Text Example
Text Example
White with #49ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACCD; }
p { color: rgb(73,172,205); }
H1.HeaderClassName
{
color: #49ACCD;
}
.AnyTagClassName
{
color: #49ACCD;
}
</style>
background-color css
<style>
a { background-color: #49ACCD; }
a { background-color: rgb(73,172,205); }
div.DivClassName
{
background-color: #49ACCD;
}
.BgClassName
{
background-color: #49ACCD;
}
</style>
border-color css
<style>
span { border-color: #49ACCD; }
span { border-color: rgb(73,172,205); }
td.TdClassName
{
border-color: #49ACCD;
}
.TagClassName
{
border-color: #49ACCD;
}
</style>