Shades of Viking #49AFB6
Tints of Viking #49AFB6
RGB
CMYK
RGB Variations
Color information
#49AFB6 (or 0x49AFB6) is known color: Viking. HEX triplet: 49, AF and B6. RGB value is (73,175,182). Sum of RGB (Red+Green+Blue) = 73+175+182=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #49AFB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFB6 is #B65049. Grayscale: #919191. Windows color (decimal): -11948106 or 11972425. OLE color: 11972425.
HSL color Cylindrical-coordinate representation of color #49AFB6: hue angle of 183.85º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49AFB6 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 175 | 182 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.29 |
| HSL | 183.85º | 0.43% | 0.5% | - |
| HSV(B) | 183.85º | 0.6% | 0.71% | - |
| XYZ | 26.52 | 35.45 | 49.7 | - |
| YUV | 145.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 182 | 0.60 | 0.04 | 0 | 0.29 | 183.85 | 0.43 | 0.5 |
| Hex | 49 | AF | B6 | 3C | 4 | 0 | 1D | B8 | 2B | 32 |
| Octal | 111 | 257 | 266 | 74 | 4 | 0 | 35 | 270 | 53 | 62 |
| Binary | 1001001 | 10101111 | 10110110 | 111100 | 100 | 0 | 11101 | 10111000 | 101011 | 110010 |
Color Harmonies of #49AFB6
Complementary color
Monochromatic Colors of #49AFB6
Black with #49AFB6
Text Example
Text Example
White with #49AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFB6; }
p { color: rgb(73,175,182); }
H1.HeaderClassName
{
color: #49AFB6;
}
.AnyTagClassName
{
color: #49AFB6;
}
</style>
background-color css
<style>
a { background-color: #49AFB6; }
a { background-color: rgb(73,175,182); }
div.DivClassName
{
background-color: #49AFB6;
}
.BgClassName
{
background-color: #49AFB6;
}
</style>
border-color css
<style>
span { border-color: #49AFB6; }
span { border-color: rgb(73,175,182); }
td.TdClassName
{
border-color: #49AFB6;
}
.TagClassName
{
border-color: #49AFB6;
}
</style>