Shades of Chetwode Blue #747AB2
Tints of Chetwode Blue #747AB2
RGB
CMYK
RGB Variations
Color information
#747AB2 (or 0x747AB2) is known color: Chetwode Blue. HEX triplet: 74, 7A and B2. RGB value is (116,122,178). Sum of RGB (Red+Green+Blue) = 116+122+178=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #747AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AB2 is #8B854D. Grayscale: #7E7E7E. Windows color (decimal): -9143630 or 11696756. OLE color: 11696756.
HSL color Cylindrical-coordinate representation of color #747AB2: hue angle of 234.19º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #747AB2 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 122 | 178 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.30 |
| HSL | 234.19º | 0.29% | 0.58% | - |
| HSV(B) | 234.19º | 0.35% | 0.7% | - |
| XYZ | 22.2 | 20.85 | 44.97 | - |
| YUV | 126.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 178 | 0.35 | 0.31 | 0 | 0.30 | 234.19 | 0.29 | 0.58 |
| Hex | 74 | 7A | B2 | 23 | 1F | 0 | 1E | EA | 1D | 3A |
| Octal | 164 | 172 | 262 | 43 | 37 | 0 | 36 | 352 | 35 | 72 |
| Binary | 1110100 | 1111010 | 10110010 | 100011 | 11111 | 0 | 11110 | 11101010 | 11101 | 111010 |
Color Harmonies of #747AB2
Complementary color
Monochromatic Colors of #747AB2
Black with #747AB2
Text Example
Text Example
White with #747AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AB2; }
p { color: rgb(116,122,178); }
H1.HeaderClassName
{
color: #747AB2;
}
.AnyTagClassName
{
color: #747AB2;
}
</style>
background-color css
<style>
a { background-color: #747AB2; }
a { background-color: rgb(116,122,178); }
div.DivClassName
{
background-color: #747AB2;
}
.BgClassName
{
background-color: #747AB2;
}
</style>
border-color css
<style>
span { border-color: #747AB2; }
span { border-color: rgb(116,122,178); }
td.TdClassName
{
border-color: #747AB2;
}
.TagClassName
{
border-color: #747AB2;
}
</style>