Shades of Chetwode Blue #747AC0
Tints of Chetwode Blue #747AC0
RGB
CMYK
RGB Variations
Color information
#747AC0 (or 0x747AC0) is known color: Chetwode Blue. HEX triplet: 74, 7A and C0. RGB value is (116,122,192). Sum of RGB (Red+Green+Blue) = 116+122+192=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #747AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747AC0 is #8B853F. Grayscale: #7F7F7F. Windows color (decimal): -9143616 or 12614260. OLE color: 12614260.
HSL color Cylindrical-coordinate representation of color #747AC0: hue angle of 235.26º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747AC0 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 122 | 192 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.25 |
| HSL | 235.26º | 0.38% | 0.6% | - |
| HSV(B) | 235.26º | 0.4% | 0.75% | - |
| XYZ | 23.68 | 21.44 | 52.76 | - |
| YUV | 128.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 192 | 0.40 | 0.36 | 0 | 0.25 | 235.26 | 0.38 | 0.6 |
| Hex | 74 | 7A | C0 | 28 | 24 | 0 | 19 | EB | 26 | 3C |
| Octal | 164 | 172 | 300 | 50 | 44 | 0 | 31 | 353 | 46 | 74 |
| Binary | 1110100 | 1111010 | 11000000 | 101000 | 100100 | 0 | 11001 | 11101011 | 100110 | 111100 |
Color Harmonies of #747AC0
Complementary color
Monochromatic Colors of #747AC0
Black with #747AC0
Text Example
Text Example
White with #747AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AC0; }
p { color: rgb(116,122,192); }
H1.HeaderClassName
{
color: #747AC0;
}
.AnyTagClassName
{
color: #747AC0;
}
</style>
background-color css
<style>
a { background-color: #747AC0; }
a { background-color: rgb(116,122,192); }
div.DivClassName
{
background-color: #747AC0;
}
.BgClassName
{
background-color: #747AC0;
}
</style>
border-color css
<style>
span { border-color: #747AC0; }
span { border-color: rgb(116,122,192); }
td.TdClassName
{
border-color: #747AC0;
}
.TagClassName
{
border-color: #747AC0;
}
</style>