Shades of Chetwode Blue #747AB1
Tints of Chetwode Blue #747AB1
RGB
CMYK
RGB Variations
Color information
#747AB1 (or 0x747AB1) is known color: Chetwode Blue. HEX triplet: 74, 7A and B1. RGB value is (116,122,177). Sum of RGB (Red+Green+Blue) = 116+122+177=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #747AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AB1 is #8B854E. Grayscale: #7E7E7E. Windows color (decimal): -9143631 or 11631220. OLE color: 11631220.
HSL color Cylindrical-coordinate representation of color #747AB1: hue angle of 234.1º degrees, saturation: 0.28, 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 #747AB1 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 122 | 177 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.31 |
| HSL | 234.1º | 0.28% | 0.57% | - |
| HSV(B) | 234.1º | 0.34% | 0.69% | - |
| XYZ | 22.1 | 20.81 | 44.45 | - |
| YUV | 126.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 177 | 0.34 | 0.31 | 0 | 0.31 | 234.1 | 0.28 | 0.57 |
| Hex | 74 | 7A | B1 | 22 | 1F | 0 | 1F | EA | 1C | 39 |
| Octal | 164 | 172 | 261 | 42 | 37 | 0 | 37 | 352 | 34 | 71 |
| Binary | 1110100 | 1111010 | 10110001 | 100010 | 11111 | 0 | 11111 | 11101010 | 11100 | 111001 |
Color Harmonies of #747AB1
Complementary color
Monochromatic Colors of #747AB1
Black with #747AB1
Text Example
Text Example
White with #747AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AB1; }
p { color: rgb(116,122,177); }
H1.HeaderClassName
{
color: #747AB1;
}
.AnyTagClassName
{
color: #747AB1;
}
</style>
background-color css
<style>
a { background-color: #747AB1; }
a { background-color: rgb(116,122,177); }
div.DivClassName
{
background-color: #747AB1;
}
.BgClassName
{
background-color: #747AB1;
}
</style>
border-color css
<style>
span { border-color: #747AB1; }
span { border-color: rgb(116,122,177); }
td.TdClassName
{
border-color: #747AB1;
}
.TagClassName
{
border-color: #747AB1;
}
</style>