Shades of Viking #49A8B4
Tints of Viking #49A8B4
RGB
CMYK
RGB Variations
Color information
#49A8B4 (or 0x49A8B4) is known color: Viking. HEX triplet: 49, A8 and B4. RGB value is (73,168,180). Sum of RGB (Red+Green+Blue) = 73+168+180=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #49A8B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8B4 is #B6574B. Grayscale: #8C8C8C. Windows color (decimal): -11949900 or 11839561. OLE color: 11839561.
HSL color Cylindrical-coordinate representation of color #49A8B4: hue angle of 186.73º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49A8B4 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 168 | 180 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.29 |
| HSL | 186.73º | 0.42% | 0.5% | - |
| HSV(B) | 186.73º | 0.59% | 0.71% | - |
| XYZ | 24.99 | 32.72 | 48.18 | - |
| YUV | 140.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 180 | 0.59 | 0.07 | 0 | 0.29 | 186.73 | 0.42 | 0.5 |
| Hex | 49 | A8 | B4 | 3B | 7 | 0 | 1D | BB | 2A | 32 |
| Octal | 111 | 250 | 264 | 73 | 7 | 0 | 35 | 273 | 52 | 62 |
| Binary | 1001001 | 10101000 | 10110100 | 111011 | 111 | 0 | 11101 | 10111011 | 101010 | 110010 |
Color Harmonies of #49A8B4
Complementary color
Monochromatic Colors of #49A8B4
Black with #49A8B4
Text Example
Text Example
White with #49A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A8B4; }
p { color: rgb(73,168,180); }
H1.HeaderClassName
{
color: #49A8B4;
}
.AnyTagClassName
{
color: #49A8B4;
}
</style>
background-color css
<style>
a { background-color: #49A8B4; }
a { background-color: rgb(73,168,180); }
div.DivClassName
{
background-color: #49A8B4;
}
.BgClassName
{
background-color: #49A8B4;
}
</style>
border-color css
<style>
span { border-color: #49A8B4; }
span { border-color: rgb(73,168,180); }
td.TdClassName
{
border-color: #49A8B4;
}
.TagClassName
{
border-color: #49A8B4;
}
</style>