Shades of Scampi #7470AA
Tints of Scampi #7470AA
RGB
CMYK
RGB Variations
Color information
#7470AA (or 0x7470AA) is known color: Scampi. HEX triplet: 74, 70 and AA. RGB value is (116,112,170). Sum of RGB (Red+Green+Blue) = 116+112+170=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #7470AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7470AA is #8B8F55. Grayscale: #777777. Windows color (decimal): -9146198 or 11169908. OLE color: 11169908.
HSL color Cylindrical-coordinate representation of color #7470AA: hue angle of 244.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7470AA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 112 | 170 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.33 |
| HSL | 244.14º | 0.25% | 0.55% | - |
| HSV(B) | 244.14º | 0.34% | 0.67% | - |
| XYZ | 20.25 | 18.2 | 40.48 | - |
| YUV | 119.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 170 | 0.32 | 0.34 | 0 | 0.33 | 244.14 | 0.25 | 0.55 |
| Hex | 74 | 70 | AA | 20 | 22 | 0 | 21 | F4 | 19 | 37 |
| Octal | 164 | 160 | 252 | 40 | 42 | 0 | 41 | 364 | 31 | 67 |
| Binary | 1110100 | 1110000 | 10101010 | 100000 | 100010 | 0 | 100001 | 11110100 | 11001 | 110111 |
Color Harmonies of #7470AA
Complementary color
Monochromatic Colors of #7470AA
Black with #7470AA
Text Example
Text Example
White with #7470AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7470AA; }
p { color: rgb(116,112,170); }
H1.HeaderClassName
{
color: #7470AA;
}
.AnyTagClassName
{
color: #7470AA;
}
</style>
background-color css
<style>
a { background-color: #7470AA; }
a { background-color: rgb(116,112,170); }
div.DivClassName
{
background-color: #7470AA;
}
.BgClassName
{
background-color: #7470AA;
}
</style>
border-color css
<style>
span { border-color: #7470AA; }
span { border-color: rgb(116,112,170); }
td.TdClassName
{
border-color: #7470AA;
}
.TagClassName
{
border-color: #7470AA;
}
</style>