Shades of Chetwode Blue #747AAF
Tints of Chetwode Blue #747AAF
RGB
CMYK
RGB Variations
Color information
#747AAF (or 0x747AAF) is known color: Chetwode Blue. HEX triplet: 74, 7A and AF. RGB value is (116,122,175). Sum of RGB (Red+Green+Blue) = 116+122+175=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #747AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AAF is #8B8550. Grayscale: #7E7E7E. Windows color (decimal): -9143633 or 11500148. OLE color: 11500148.
HSL color Cylindrical-coordinate representation of color #747AAF: hue angle of 233.9º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #747AAF is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 122 | 175 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.31 |
| HSL | 233.9º | 0.27% | 0.57% | - |
| HSV(B) | 233.9º | 0.34% | 0.69% | - |
| XYZ | 21.9 | 20.73 | 43.4 | - |
| YUV | 126.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 175 | 0.34 | 0.30 | 0 | 0.31 | 233.9 | 0.27 | 0.57 |
| Hex | 74 | 7A | AF | 22 | 1E | 0 | 1F | EA | 1B | 39 |
| Octal | 164 | 172 | 257 | 42 | 36 | 0 | 37 | 352 | 33 | 71 |
| Binary | 1110100 | 1111010 | 10101111 | 100010 | 11110 | 0 | 11111 | 11101010 | 11011 | 111001 |
Color Harmonies of #747AAF
Complementary color
Monochromatic Colors of #747AAF
Black with #747AAF
Text Example
Text Example
White with #747AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AAF; }
p { color: rgb(116,122,175); }
H1.HeaderClassName
{
color: #747AAF;
}
.AnyTagClassName
{
color: #747AAF;
}
</style>
background-color css
<style>
a { background-color: #747AAF; }
a { background-color: rgb(116,122,175); }
div.DivClassName
{
background-color: #747AAF;
}
.BgClassName
{
background-color: #747AAF;
}
</style>
border-color css
<style>
span { border-color: #747AAF; }
span { border-color: rgb(116,122,175); }
td.TdClassName
{
border-color: #747AAF;
}
.TagClassName
{
border-color: #747AAF;
}
</style>