Shades of Viking #49AFC8
Tints of Viking #49AFC8
RGB
CMYK
RGB Variations
Color information
#49AFC8 (or 0x49AFC8) is known color: Viking. HEX triplet: 49, AF and C8. RGB value is (73,175,200). Sum of RGB (Red+Green+Blue) = 73+175+200=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #49AFC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFC8 is #B65037. Grayscale: #939393. Windows color (decimal): -11948088 or 13152073. OLE color: 13152073.
HSL color Cylindrical-coordinate representation of color #49AFC8: hue angle of 191.81º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49AFC8 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 175 | 200 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.22 |
| HSL | 191.81º | 0.54% | 0.54% | - |
| HSV(B) | 191.81º | 0.64% | 0.78% | - |
| XYZ | 28.5 | 36.25 | 60.14 | - |
| YUV | 147.35 | 157.71 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 200 | 0.64 | 0.12 | 0 | 0.22 | 191.81 | 0.54 | 0.54 |
| Hex | 49 | AF | C8 | 40 | C | 0 | 16 | C0 | 36 | 36 |
| Octal | 111 | 257 | 310 | 100 | 14 | 0 | 26 | 300 | 66 | 66 |
| Binary | 1001001 | 10101111 | 11001000 | 1000000 | 1100 | 0 | 10110 | 11000000 | 110110 | 110110 |
Color Harmonies of #49AFC8
Complementary color
Monochromatic Colors of #49AFC8
Black with #49AFC8
Text Example
Text Example
White with #49AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFC8; }
p { color: rgb(73,175,200); }
H1.HeaderClassName
{
color: #49AFC8;
}
.AnyTagClassName
{
color: #49AFC8;
}
</style>
background-color css
<style>
a { background-color: #49AFC8; }
a { background-color: rgb(73,175,200); }
div.DivClassName
{
background-color: #49AFC8;
}
.BgClassName
{
background-color: #49AFC8;
}
</style>
border-color css
<style>
span { border-color: #49AFC8; }
span { border-color: rgb(73,175,200); }
td.TdClassName
{
border-color: #49AFC8;
}
.TagClassName
{
border-color: #49AFC8;
}
</style>