Shades of Chetwode Blue #747BB5
Tints of Chetwode Blue #747BB5
RGB
CMYK
RGB Variations
Color information
#747BB5 (or 0x747BB5) is known color: Chetwode Blue. HEX triplet: 74, 7B and B5. RGB value is (116,123,181). Sum of RGB (Red+Green+Blue) = 116+123+181=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #747BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BB5 is #8B844A. Grayscale: #7F7F7F. Windows color (decimal): -9143371 or 11893620. OLE color: 11893620.
HSL color Cylindrical-coordinate representation of color #747BB5: hue angle of 233.54º degrees, saturation: 0.31, 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 #747BB5 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 123 | 181 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.29 |
| HSL | 233.54º | 0.31% | 0.58% | - |
| HSV(B) | 233.54º | 0.36% | 0.71% | - |
| XYZ | 22.63 | 21.22 | 46.62 | - |
| YUV | 127.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 181 | 0.36 | 0.32 | 0 | 0.29 | 233.54 | 0.31 | 0.58 |
| Hex | 74 | 7B | B5 | 24 | 20 | 0 | 1D | EA | 1F | 3A |
| Octal | 164 | 173 | 265 | 44 | 40 | 0 | 35 | 352 | 37 | 72 |
| Binary | 1110100 | 1111011 | 10110101 | 100100 | 100000 | 0 | 11101 | 11101010 | 11111 | 111010 |
Color Harmonies of #747BB5
Complementary color
Monochromatic Colors of #747BB5
Black with #747BB5
Text Example
Text Example
White with #747BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BB5; }
p { color: rgb(116,123,181); }
H1.HeaderClassName
{
color: #747BB5;
}
.AnyTagClassName
{
color: #747BB5;
}
</style>
background-color css
<style>
a { background-color: #747BB5; }
a { background-color: rgb(116,123,181); }
div.DivClassName
{
background-color: #747BB5;
}
.BgClassName
{
background-color: #747BB5;
}
</style>
border-color css
<style>
span { border-color: #747BB5; }
span { border-color: rgb(116,123,181); }
td.TdClassName
{
border-color: #747BB5;
}
.TagClassName
{
border-color: #747BB5;
}
</style>