Shades of Chetwode Blue #747AC2
Tints of Chetwode Blue #747AC2
RGB
CMYK
RGB Variations
Color information
#747AC2 (or 0x747AC2) is known color: Chetwode Blue. HEX triplet: 74, 7A and C2. RGB value is (116,122,194). Sum of RGB (Red+Green+Blue) = 116+122+194=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #747AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747AC2 is #8B853D. Grayscale: #808080. Windows color (decimal): -9143614 or 12745332. OLE color: 12745332.
HSL color Cylindrical-coordinate representation of color #747AC2: hue angle of 235.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747AC2 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 122 | 194 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.24 |
| HSL | 235.38º | 0.39% | 0.61% | - |
| HSV(B) | 235.38º | 0.4% | 0.76% | - |
| XYZ | 23.9 | 21.53 | 53.93 | - |
| YUV | 128.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 194 | 0.40 | 0.37 | 0 | 0.24 | 235.38 | 0.39 | 0.61 |
| Hex | 74 | 7A | C2 | 28 | 25 | 0 | 18 | EB | 27 | 3D |
| Octal | 164 | 172 | 302 | 50 | 45 | 0 | 30 | 353 | 47 | 75 |
| Binary | 1110100 | 1111010 | 11000010 | 101000 | 100101 | 0 | 11000 | 11101011 | 100111 | 111101 |
Color Harmonies of #747AC2
Complementary color
Monochromatic Colors of #747AC2
Black with #747AC2
Text Example
Text Example
White with #747AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AC2; }
p { color: rgb(116,122,194); }
H1.HeaderClassName
{
color: #747AC2;
}
.AnyTagClassName
{
color: #747AC2;
}
</style>
background-color css
<style>
a { background-color: #747AC2; }
a { background-color: rgb(116,122,194); }
div.DivClassName
{
background-color: #747AC2;
}
.BgClassName
{
background-color: #747AC2;
}
</style>
border-color css
<style>
span { border-color: #747AC2; }
span { border-color: rgb(116,122,194); }
td.TdClassName
{
border-color: #747AC2;
}
.TagClassName
{
border-color: #747AC2;
}
</style>