Shades of Chetwode Blue #747BB4
Tints of Chetwode Blue #747BB4
RGB
CMYK
RGB Variations
Color information
#747BB4 (or 0x747BB4) is known color: Chetwode Blue. HEX triplet: 74, 7B and B4. RGB value is (116,123,180). Sum of RGB (Red+Green+Blue) = 116+123+180=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #747BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BB4 is #8B844B. Grayscale: #7F7F7F. Windows color (decimal): -9143372 or 11828084. OLE color: 11828084.
HSL color Cylindrical-coordinate representation of color #747BB4: hue angle of 233.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #747BB4 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 123 | 180 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.29 |
| HSL | 233.44º | 0.3% | 0.58% | - |
| HSV(B) | 233.44º | 0.36% | 0.71% | - |
| XYZ | 22.52 | 21.17 | 46.08 | - |
| YUV | 127.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 180 | 0.36 | 0.32 | 0 | 0.29 | 233.44 | 0.3 | 0.58 |
| Hex | 74 | 7B | B4 | 24 | 20 | 0 | 1D | E9 | 1E | 3A |
| Octal | 164 | 173 | 264 | 44 | 40 | 0 | 35 | 351 | 36 | 72 |
| Binary | 1110100 | 1111011 | 10110100 | 100100 | 100000 | 0 | 11101 | 11101001 | 11110 | 111010 |
Color Harmonies of #747BB4
Complementary color
Monochromatic Colors of #747BB4
Black with #747BB4
Text Example
Text Example
White with #747BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BB4; }
p { color: rgb(116,123,180); }
H1.HeaderClassName
{
color: #747BB4;
}
.AnyTagClassName
{
color: #747BB4;
}
</style>
background-color css
<style>
a { background-color: #747BB4; }
a { background-color: rgb(116,123,180); }
div.DivClassName
{
background-color: #747BB4;
}
.BgClassName
{
background-color: #747BB4;
}
</style>
border-color css
<style>
span { border-color: #747BB4; }
span { border-color: rgb(116,123,180); }
td.TdClassName
{
border-color: #747BB4;
}
.TagClassName
{
border-color: #747BB4;
}
</style>