Shades of Chetwode Blue #747ABC
Tints of Chetwode Blue #747ABC
RGB
CMYK
RGB Variations
Color information
#747ABC (or 0x747ABC) is known color: Chetwode Blue. HEX triplet: 74, 7A and BC. RGB value is (116,122,188). Sum of RGB (Red+Green+Blue) = 116+122+188=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #747ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ABC is #8B8543. Grayscale: #7F7F7F. Windows color (decimal): -9143620 or 12352116. OLE color: 12352116.
HSL color Cylindrical-coordinate representation of color #747ABC: hue angle of 235º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747ABC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 122 | 188 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.26 |
| HSL | 235º | 0.35% | 0.6% | - |
| HSV(B) | 235º | 0.38% | 0.74% | - |
| XYZ | 23.24 | 21.26 | 50.46 | - |
| YUV | 127.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 188 | 0.38 | 0.35 | 0 | 0.26 | 235 | 0.35 | 0.6 |
| Hex | 74 | 7A | BC | 26 | 23 | 0 | 1A | EB | 23 | 3C |
| Octal | 164 | 172 | 274 | 46 | 43 | 0 | 32 | 353 | 43 | 74 |
| Binary | 1110100 | 1111010 | 10111100 | 100110 | 100011 | 0 | 11010 | 11101011 | 100011 | 111100 |
Color Harmonies of #747ABC
Complementary color
Monochromatic Colors of #747ABC
Black with #747ABC
Text Example
Text Example
White with #747ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747ABC; }
p { color: rgb(116,122,188); }
H1.HeaderClassName
{
color: #747ABC;
}
.AnyTagClassName
{
color: #747ABC;
}
</style>
background-color css
<style>
a { background-color: #747ABC; }
a { background-color: rgb(116,122,188); }
div.DivClassName
{
background-color: #747ABC;
}
.BgClassName
{
background-color: #747ABC;
}
</style>
border-color css
<style>
span { border-color: #747ABC; }
span { border-color: rgb(116,122,188); }
td.TdClassName
{
border-color: #747ABC;
}
.TagClassName
{
border-color: #747ABC;
}
</style>