Shades of Chetwode Blue #747ABB
Tints of Chetwode Blue #747ABB
RGB
CMYK
RGB Variations
Color information
#747ABB (or 0x747ABB) is known color: Chetwode Blue. HEX triplet: 74, 7A and BB. RGB value is (116,122,187). Sum of RGB (Red+Green+Blue) = 116+122+187=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #747ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ABB is #8B8544. Grayscale: #7F7F7F. Windows color (decimal): -9143621 or 12286580. OLE color: 12286580.
HSL color Cylindrical-coordinate representation of color #747ABB: hue angle of 234.93º 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 #747ABB is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 122 | 187 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.27 |
| HSL | 234.93º | 0.34% | 0.59% | - |
| HSV(B) | 234.93º | 0.38% | 0.73% | - |
| XYZ | 23.13 | 21.22 | 49.89 | - |
| YUV | 127.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 187 | 0.38 | 0.35 | 0 | 0.27 | 234.93 | 0.34 | 0.59 |
| Hex | 74 | 7A | BB | 26 | 23 | 0 | 1B | EB | 22 | 3B |
| Octal | 164 | 172 | 273 | 46 | 43 | 0 | 33 | 353 | 42 | 73 |
| Binary | 1110100 | 1111010 | 10111011 | 100110 | 100011 | 0 | 11011 | 11101011 | 100010 | 111011 |
Color Harmonies of #747ABB
Complementary color
Monochromatic Colors of #747ABB
Black with #747ABB
Text Example
Text Example
White with #747ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ABB; }
p { color: rgb(116,122,187); }
H1.HeaderClassName
{
color: #747ABB;
}
.AnyTagClassName
{
color: #747ABB;
}
</style>
background-color css
<style>
a { background-color: #747ABB; }
a { background-color: rgb(116,122,187); }
div.DivClassName
{
background-color: #747ABB;
}
.BgClassName
{
background-color: #747ABB;
}
</style>
border-color css
<style>
span { border-color: #747ABB; }
span { border-color: rgb(116,122,187); }
td.TdClassName
{
border-color: #747ABB;
}
.TagClassName
{
border-color: #747ABB;
}
</style>