Shades of Chetwode Blue #747AA8
Tints of Chetwode Blue #747AA8
RGB
CMYK
RGB Variations
Color information
#747AA8 (or 0x747AA8) is known color: Chetwode Blue. HEX triplet: 74, 7A and A8. RGB value is (116,122,168). Sum of RGB (Red+Green+Blue) = 116+122+168=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 168 - color contains mainly: blue. Hex color #747AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AA8 is #8B8557. Grayscale: #7D7D7D. Windows color (decimal): -9143640 or 11041396. OLE color: 11041396.
HSL color Cylindrical-coordinate representation of color #747AA8: hue angle of 233.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747AA8 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 122 | 168 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.34 |
| HSL | 233.08º | 0.23% | 0.56% | - |
| HSV(B) | 233.08º | 0.31% | 0.66% | - |
| XYZ | 21.23 | 20.46 | 39.88 | - |
| YUV | 125.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 168 | 0.31 | 0.27 | 0 | 0.34 | 233.08 | 0.23 | 0.56 |
| Hex | 74 | 7A | A8 | 1F | 1B | 0 | 22 | E9 | 17 | 38 |
| Octal | 164 | 172 | 250 | 37 | 33 | 0 | 42 | 351 | 27 | 70 |
| Binary | 1110100 | 1111010 | 10101000 | 11111 | 11011 | 0 | 100010 | 11101001 | 10111 | 111000 |
Color Harmonies of #747AA8
Complementary color
Monochromatic Colors of #747AA8
Black with #747AA8
Text Example
Text Example
White with #747AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AA8; }
p { color: rgb(116,122,168); }
H1.HeaderClassName
{
color: #747AA8;
}
.AnyTagClassName
{
color: #747AA8;
}
</style>
background-color css
<style>
a { background-color: #747AA8; }
a { background-color: rgb(116,122,168); }
div.DivClassName
{
background-color: #747AA8;
}
.BgClassName
{
background-color: #747AA8;
}
</style>
border-color css
<style>
span { border-color: #747AA8; }
span { border-color: rgb(116,122,168); }
td.TdClassName
{
border-color: #747AA8;
}
.TagClassName
{
border-color: #747AA8;
}
</style>