Shades of Viking #49ACB4
Tints of Viking #49ACB4
RGB
CMYK
RGB Variations
Color information
#49ACB4 (or 0x49ACB4) is known color: Viking. HEX triplet: 49, AC and B4. RGB value is (73,172,180). Sum of RGB (Red+Green+Blue) = 73+172+180=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #49ACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACB4 is #B6534B. Grayscale: #8F8F8F. Windows color (decimal): -11948876 or 11840585. OLE color: 11840585.
HSL color Cylindrical-coordinate representation of color #49ACB4: hue angle of 184.49º 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 #49ACB4 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 172 | 180 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.29 |
| HSL | 184.49º | 0.42% | 0.5% | - |
| HSV(B) | 184.49º | 0.59% | 0.71% | - |
| XYZ | 25.74 | 34.22 | 48.43 | - |
| YUV | 143.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 180 | 0.59 | 0.04 | 0 | 0.29 | 184.49 | 0.42 | 0.5 |
| Hex | 49 | AC | B4 | 3B | 4 | 0 | 1D | B8 | 2A | 32 |
| Octal | 111 | 254 | 264 | 73 | 4 | 0 | 35 | 270 | 52 | 62 |
| Binary | 1001001 | 10101100 | 10110100 | 111011 | 100 | 0 | 11101 | 10111000 | 101010 | 110010 |
Color Harmonies of #49ACB4
Complementary color
Monochromatic Colors of #49ACB4
Black with #49ACB4
Text Example
Text Example
White with #49ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACB4; }
p { color: rgb(73,172,180); }
H1.HeaderClassName
{
color: #49ACB4;
}
.AnyTagClassName
{
color: #49ACB4;
}
</style>
background-color css
<style>
a { background-color: #49ACB4; }
a { background-color: rgb(73,172,180); }
div.DivClassName
{
background-color: #49ACB4;
}
.BgClassName
{
background-color: #49ACB4;
}
</style>
border-color css
<style>
span { border-color: #49ACB4; }
span { border-color: rgb(73,172,180); }
td.TdClassName
{
border-color: #49ACB4;
}
.TagClassName
{
border-color: #49ACB4;
}
</style>