Shades of Chetwode Blue #747AAA
Tints of Chetwode Blue #747AAA
RGB
CMYK
RGB Variations
Color information
#747AAA (or 0x747AAA) is known color: Chetwode Blue. HEX triplet: 74, 7A and AA. RGB value is (116,122,170). Sum of RGB (Red+Green+Blue) = 116+122+170=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #747AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AAA is #8B8555. Grayscale: #7D7D7D. Windows color (decimal): -9143638 or 11172468. OLE color: 11172468.
HSL color Cylindrical-coordinate representation of color #747AAA: hue angle of 233.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #747AAA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 122 | 170 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.33 |
| HSL | 233.33º | 0.24% | 0.56% | - |
| HSV(B) | 233.33º | 0.32% | 0.67% | - |
| XYZ | 21.42 | 20.53 | 40.86 | - |
| YUV | 125.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 170 | 0.32 | 0.28 | 0 | 0.33 | 233.33 | 0.24 | 0.56 |
| Hex | 74 | 7A | AA | 20 | 1C | 0 | 21 | E9 | 18 | 38 |
| Octal | 164 | 172 | 252 | 40 | 34 | 0 | 41 | 351 | 30 | 70 |
| Binary | 1110100 | 1111010 | 10101010 | 100000 | 11100 | 0 | 100001 | 11101001 | 11000 | 111000 |
Color Harmonies of #747AAA
Complementary color
Monochromatic Colors of #747AAA
Black with #747AAA
Text Example
Text Example
White with #747AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AAA; }
p { color: rgb(116,122,170); }
H1.HeaderClassName
{
color: #747AAA;
}
.AnyTagClassName
{
color: #747AAA;
}
</style>
background-color css
<style>
a { background-color: #747AAA; }
a { background-color: rgb(116,122,170); }
div.DivClassName
{
background-color: #747AAA;
}
.BgClassName
{
background-color: #747AAA;
}
</style>
border-color css
<style>
span { border-color: #747AAA; }
span { border-color: rgb(116,122,170); }
td.TdClassName
{
border-color: #747AAA;
}
.TagClassName
{
border-color: #747AAA;
}
</style>