Shades of Viking #49AECF
Tints of Viking #49AECF
RGB
CMYK
RGB Variations
Color information
#49AECF (or 0x49AECF) is known color: Viking. HEX triplet: 49, AE and CF. RGB value is (73,174,207). Sum of RGB (Red+Green+Blue) = 73+174+207=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #49AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AECF is #B65130. Grayscale: #939393. Windows color (decimal): -11948337 or 13610569. OLE color: 13610569.
HSL color Cylindrical-coordinate representation of color #49AECF: hue angle of 194.78º 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 #49AECF is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 174 | 207 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.19 |
| HSL | 194.78º | 0.58% | 0.55% | - |
| HSV(B) | 194.78º | 0.65% | 0.81% | - |
| XYZ | 29.15 | 36.19 | 64.48 | - |
| YUV | 147.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 207 | 0.65 | 0.16 | 0 | 0.19 | 194.78 | 0.58 | 0.55 |
| Hex | 49 | AE | CF | 41 | 10 | 0 | 13 | C3 | 3A | 37 |
| Octal | 111 | 256 | 317 | 101 | 20 | 0 | 23 | 303 | 72 | 67 |
| Binary | 1001001 | 10101110 | 11001111 | 1000001 | 10000 | 0 | 10011 | 11000011 | 111010 | 110111 |
Color Harmonies of #49AECF
Complementary color
Monochromatic Colors of #49AECF
Black with #49AECF
Text Example
Text Example
White with #49AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AECF; }
p { color: rgb(73,174,207); }
H1.HeaderClassName
{
color: #49AECF;
}
.AnyTagClassName
{
color: #49AECF;
}
</style>
background-color css
<style>
a { background-color: #49AECF; }
a { background-color: rgb(73,174,207); }
div.DivClassName
{
background-color: #49AECF;
}
.BgClassName
{
background-color: #49AECF;
}
</style>
border-color css
<style>
span { border-color: #49AECF; }
span { border-color: rgb(73,174,207); }
td.TdClassName
{
border-color: #49AECF;
}
.TagClassName
{
border-color: #49AECF;
}
</style>