Shades of Viking #49AFB1
Tints of Viking #49AFB1
RGB
CMYK
RGB Variations
Color information
#49AFB1 (or 0x49AFB1) is known color: Viking. HEX triplet: 49, AF and B1. RGB value is (73,175,177). Sum of RGB (Red+Green+Blue) = 73+175+177=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 177 - color contains mainly: blue. Hex color #49AFB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AFB1 is #B6504E. Grayscale: #909090. Windows color (decimal): -11948111 or 11644745. OLE color: 11644745.
HSL color Cylindrical-coordinate representation of color #49AFB1: hue angle of 181.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49AFB1 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 177 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.31 |
| HSL | 181.15º | 0.42% | 0.49% | - |
| HSV(B) | 181.15º | 0.59% | 0.69% | - |
| XYZ | 26.01 | 35.25 | 47.03 | - |
| YUV | 144.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 177 | 0.59 | 0.01 | 0 | 0.31 | 181.15 | 0.42 | 0.49 |
| Hex | 49 | AF | B1 | 3B | 1 | 0 | 1F | B5 | 2A | 31 |
| Octal | 111 | 257 | 261 | 73 | 1 | 0 | 37 | 265 | 52 | 61 |
| Binary | 1001001 | 10101111 | 10110001 | 111011 | 1 | 0 | 11111 | 10110101 | 101010 | 110001 |
Color Harmonies of #49AFB1
Complementary color
Monochromatic Colors of #49AFB1
Black with #49AFB1
Text Example
Text Example
White with #49AFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFB1; }
p { color: rgb(73,175,177); }
H1.HeaderClassName
{
color: #49AFB1;
}
.AnyTagClassName
{
color: #49AFB1;
}
</style>
background-color css
<style>
a { background-color: #49AFB1; }
a { background-color: rgb(73,175,177); }
div.DivClassName
{
background-color: #49AFB1;
}
.BgClassName
{
background-color: #49AFB1;
}
</style>
border-color css
<style>
span { border-color: #49AFB1; }
span { border-color: rgb(73,175,177); }
td.TdClassName
{
border-color: #49AFB1;
}
.TagClassName
{
border-color: #49AFB1;
}
</style>