Shades of Viking #49A8B8
Tints of Viking #49A8B8
RGB
CMYK
RGB Variations
Color information
#49A8B8 (or 0x49A8B8) is known color: Viking. HEX triplet: 49, A8 and B8. RGB value is (73,168,184). Sum of RGB (Red+Green+Blue) = 73+168+184=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #49A8B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8B8 is #B65747. Grayscale: #8D8D8D. Windows color (decimal): -11949896 or 12101705. OLE color: 12101705.
HSL color Cylindrical-coordinate representation of color #49A8B8: hue angle of 188.65º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49A8B8 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 168 | 184 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.28 |
| HSL | 188.65º | 0.44% | 0.5% | - |
| HSV(B) | 188.65º | 0.6% | 0.72% | - |
| XYZ | 25.4 | 32.88 | 50.36 | - |
| YUV | 141.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 184 | 0.60 | 0.09 | 0 | 0.28 | 188.65 | 0.44 | 0.5 |
| Hex | 49 | A8 | B8 | 3C | 9 | 0 | 1C | BD | 2C | 32 |
| Octal | 111 | 250 | 270 | 74 | 11 | 0 | 34 | 275 | 54 | 62 |
| Binary | 1001001 | 10101000 | 10111000 | 111100 | 1001 | 0 | 11100 | 10111101 | 101100 | 110010 |
Color Harmonies of #49A8B8
Complementary color
Monochromatic Colors of #49A8B8
Black with #49A8B8
Text Example
Text Example
White with #49A8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A8B8; }
p { color: rgb(73,168,184); }
H1.HeaderClassName
{
color: #49A8B8;
}
.AnyTagClassName
{
color: #49A8B8;
}
</style>
background-color css
<style>
a { background-color: #49A8B8; }
a { background-color: rgb(73,168,184); }
div.DivClassName
{
background-color: #49A8B8;
}
.BgClassName
{
background-color: #49A8B8;
}
</style>
border-color css
<style>
span { border-color: #49A8B8; }
span { border-color: rgb(73,168,184); }
td.TdClassName
{
border-color: #49A8B8;
}
.TagClassName
{
border-color: #49A8B8;
}
</style>