Shades of Viking #49ADB3
Tints of Viking #49ADB3
RGB
CMYK
RGB Variations
Color information
#49ADB3 (or 0x49ADB3) is known color: Viking. HEX triplet: 49, AD and B3. RGB value is (73,173,179). Sum of RGB (Red+Green+Blue) = 73+173+179=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #49ADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADB3 is #B6524C. Grayscale: #8F8F8F. Windows color (decimal): -11948621 or 11775305. OLE color: 11775305.
HSL color Cylindrical-coordinate representation of color #49ADB3: hue angle of 183.4º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49ADB3 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 173 | 179 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.30 |
| HSL | 183.4º | 0.42% | 0.49% | - |
| HSV(B) | 183.4º | 0.59% | 0.7% | - |
| XYZ | 25.83 | 34.56 | 47.96 | - |
| YUV | 143.78 | 147.87 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 179 | 0.59 | 0.03 | 0 | 0.30 | 183.4 | 0.42 | 0.49 |
| Hex | 49 | AD | B3 | 3B | 3 | 0 | 1E | B7 | 2A | 31 |
| Octal | 111 | 255 | 263 | 73 | 3 | 0 | 36 | 267 | 52 | 61 |
| Binary | 1001001 | 10101101 | 10110011 | 111011 | 11 | 0 | 11110 | 10110111 | 101010 | 110001 |
Color Harmonies of #49ADB3
Complementary color
Monochromatic Colors of #49ADB3
Black with #49ADB3
Text Example
Text Example
White with #49ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADB3; }
p { color: rgb(73,173,179); }
H1.HeaderClassName
{
color: #49ADB3;
}
.AnyTagClassName
{
color: #49ADB3;
}
</style>
background-color css
<style>
a { background-color: #49ADB3; }
a { background-color: rgb(73,173,179); }
div.DivClassName
{
background-color: #49ADB3;
}
.BgClassName
{
background-color: #49ADB3;
}
</style>
border-color css
<style>
span { border-color: #49ADB3; }
span { border-color: rgb(73,173,179); }
td.TdClassName
{
border-color: #49ADB3;
}
.TagClassName
{
border-color: #49ADB3;
}
</style>