Shades of Chetwode Blue #747ABA
Tints of Chetwode Blue #747ABA
RGB
CMYK
RGB Variations
Color information
#747ABA (or 0x747ABA) is known color: Chetwode Blue. HEX triplet: 74, 7A and BA. RGB value is (116,122,186). Sum of RGB (Red+Green+Blue) = 116+122+186=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #747ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ABA is #8B8545. Grayscale: #7F7F7F. Windows color (decimal): -9143622 or 12221044. OLE color: 12221044.
HSL color Cylindrical-coordinate representation of color #747ABA: hue angle of 234.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747ABA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 122 | 186 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.27 |
| HSL | 234.86º | 0.34% | 0.59% | - |
| HSV(B) | 234.86º | 0.38% | 0.73% | - |
| XYZ | 23.02 | 21.18 | 49.33 | - |
| YUV | 127.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 186 | 0.38 | 0.34 | 0 | 0.27 | 234.86 | 0.34 | 0.59 |
| Hex | 74 | 7A | BA | 26 | 22 | 0 | 1B | EB | 22 | 3B |
| Octal | 164 | 172 | 272 | 46 | 42 | 0 | 33 | 353 | 42 | 73 |
| Binary | 1110100 | 1111010 | 10111010 | 100110 | 100010 | 0 | 11011 | 11101011 | 100010 | 111011 |
Color Harmonies of #747ABA
Complementary color
Monochromatic Colors of #747ABA
Black with #747ABA
Text Example
Text Example
White with #747ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ABA; }
p { color: rgb(116,122,186); }
H1.HeaderClassName
{
color: #747ABA;
}
.AnyTagClassName
{
color: #747ABA;
}
</style>
background-color css
<style>
a { background-color: #747ABA; }
a { background-color: rgb(116,122,186); }
div.DivClassName
{
background-color: #747ABA;
}
.BgClassName
{
background-color: #747ABA;
}
</style>
border-color css
<style>
span { border-color: #747ABA; }
span { border-color: rgb(116,122,186); }
td.TdClassName
{
border-color: #747ABA;
}
.TagClassName
{
border-color: #747ABA;
}
</style>