Shades of Viking #49AFBC
Tints of Viking #49AFBC
RGB
CMYK
RGB Variations
Color information
#49AFBC (or 0x49AFBC) is known color: Viking. HEX triplet: 49, AF and BC. RGB value is (73,175,188). Sum of RGB (Red+Green+Blue) = 73+175+188=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #49AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFBC is #B65043. Grayscale: #919191. Windows color (decimal): -11948100 or 12365641. OLE color: 12365641.
HSL color Cylindrical-coordinate representation of color #49AFBC: hue angle of 186.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49AFBC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 175 | 188 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.26 |
| HSL | 186.78º | 0.46% | 0.51% | - |
| HSV(B) | 186.78º | 0.61% | 0.74% | - |
| XYZ | 27.15 | 35.71 | 53.04 | - |
| YUV | 145.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 188 | 0.61 | 0.07 | 0 | 0.26 | 186.78 | 0.46 | 0.51 |
| Hex | 49 | AF | BC | 3D | 7 | 0 | 1A | BB | 2E | 33 |
| Octal | 111 | 257 | 274 | 75 | 7 | 0 | 32 | 273 | 56 | 63 |
| Binary | 1001001 | 10101111 | 10111100 | 111101 | 111 | 0 | 11010 | 10111011 | 101110 | 110011 |
Color Harmonies of #49AFBC
Complementary color
Monochromatic Colors of #49AFBC
Black with #49AFBC
Text Example
Text Example
White with #49AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFBC; }
p { color: rgb(73,175,188); }
H1.HeaderClassName
{
color: #49AFBC;
}
.AnyTagClassName
{
color: #49AFBC;
}
</style>
background-color css
<style>
a { background-color: #49AFBC; }
a { background-color: rgb(73,175,188); }
div.DivClassName
{
background-color: #49AFBC;
}
.BgClassName
{
background-color: #49AFBC;
}
</style>
border-color css
<style>
span { border-color: #49AFBC; }
span { border-color: rgb(73,175,188); }
td.TdClassName
{
border-color: #49AFBC;
}
.TagClassName
{
border-color: #49AFBC;
}
</style>