Shades of Chetwode Blue #747AAB
Tints of Chetwode Blue #747AAB
RGB
CMYK
RGB Variations
Color information
#747AAB (or 0x747AAB) is known color: Chetwode Blue. HEX triplet: 74, 7A and AB. RGB value is (116,122,171). Sum of RGB (Red+Green+Blue) = 116+122+171=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #747AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AAB is #8B8554. Grayscale: #7D7D7D. Windows color (decimal): -9143637 or 11238004. OLE color: 11238004.
HSL color Cylindrical-coordinate representation of color #747AAB: hue angle of 233.45º degrees, saturation: 0.25, 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 #747AAB is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 122 | 171 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.33 |
| HSL | 233.45º | 0.25% | 0.56% | - |
| HSV(B) | 233.45º | 0.32% | 0.67% | - |
| XYZ | 21.51 | 20.57 | 41.37 | - |
| YUV | 125.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 171 | 0.32 | 0.29 | 0 | 0.33 | 233.45 | 0.25 | 0.56 |
| Hex | 74 | 7A | AB | 20 | 1D | 0 | 21 | E9 | 19 | 38 |
| Octal | 164 | 172 | 253 | 40 | 35 | 0 | 41 | 351 | 31 | 70 |
| Binary | 1110100 | 1111010 | 10101011 | 100000 | 11101 | 0 | 100001 | 11101001 | 11001 | 111000 |
Color Harmonies of #747AAB
Complementary color
Monochromatic Colors of #747AAB
Black with #747AAB
Text Example
Text Example
White with #747AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AAB; }
p { color: rgb(116,122,171); }
H1.HeaderClassName
{
color: #747AAB;
}
.AnyTagClassName
{
color: #747AAB;
}
</style>
background-color css
<style>
a { background-color: #747AAB; }
a { background-color: rgb(116,122,171); }
div.DivClassName
{
background-color: #747AAB;
}
.BgClassName
{
background-color: #747AAB;
}
</style>
border-color css
<style>
span { border-color: #747AAB; }
span { border-color: rgb(116,122,171); }
td.TdClassName
{
border-color: #747AAB;
}
.TagClassName
{
border-color: #747AAB;
}
</style>