Shades of Viking #49AFBF
Tints of Viking #49AFBF
RGB
CMYK
RGB Variations
Color information
#49AFBF (or 0x49AFBF) is known color: Viking. HEX triplet: 49, AF and BF. RGB value is (73,175,191). Sum of RGB (Red+Green+Blue) = 73+175+191=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #49AFBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFBF is #B65040. Grayscale: #929292. Windows color (decimal): -11948097 or 12562249. OLE color: 12562249.
HSL color Cylindrical-coordinate representation of color #49AFBF: hue angle of 188.14º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49AFBF is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 175 | 191 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.25 |
| HSL | 188.14º | 0.48% | 0.52% | - |
| HSV(B) | 188.14º | 0.62% | 0.75% | - |
| XYZ | 27.48 | 35.84 | 54.76 | - |
| YUV | 146.33 | 153.21 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 191 | 0.62 | 0.08 | 0 | 0.25 | 188.14 | 0.48 | 0.52 |
| Hex | 49 | AF | BF | 3E | 8 | 0 | 19 | BC | 30 | 34 |
| Octal | 111 | 257 | 277 | 76 | 10 | 0 | 31 | 274 | 60 | 64 |
| Binary | 1001001 | 10101111 | 10111111 | 111110 | 1000 | 0 | 11001 | 10111100 | 110000 | 110100 |
Color Harmonies of #49AFBF
Complementary color
Monochromatic Colors of #49AFBF
Black with #49AFBF
Text Example
Text Example
White with #49AFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFBF; }
p { color: rgb(73,175,191); }
H1.HeaderClassName
{
color: #49AFBF;
}
.AnyTagClassName
{
color: #49AFBF;
}
</style>
background-color css
<style>
a { background-color: #49AFBF; }
a { background-color: rgb(73,175,191); }
div.DivClassName
{
background-color: #49AFBF;
}
.BgClassName
{
background-color: #49AFBF;
}
</style>
border-color css
<style>
span { border-color: #49AFBF; }
span { border-color: rgb(73,175,191); }
td.TdClassName
{
border-color: #49AFBF;
}
.TagClassName
{
border-color: #49AFBF;
}
</style>