Shades of Chetwode Blue #747AC1
Tints of Chetwode Blue #747AC1
RGB
CMYK
RGB Variations
Color information
#747AC1 (or 0x747AC1) is known color: Chetwode Blue. HEX triplet: 74, 7A and C1. RGB value is (116,122,193). Sum of RGB (Red+Green+Blue) = 116+122+193=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #747AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747AC1 is #8B853E. Grayscale: #808080. Windows color (decimal): -9143615 or 12679796. OLE color: 12679796.
HSL color Cylindrical-coordinate representation of color #747AC1: hue angle of 235.32º degrees, saturation: 0.38, 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 #747AC1 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 122 | 193 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.24 |
| HSL | 235.32º | 0.38% | 0.61% | - |
| HSV(B) | 235.32º | 0.4% | 0.76% | - |
| XYZ | 23.79 | 21.48 | 53.34 | - |
| YUV | 128.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 193 | 0.40 | 0.37 | 0 | 0.24 | 235.32 | 0.38 | 0.61 |
| Hex | 74 | 7A | C1 | 28 | 25 | 0 | 18 | EB | 26 | 3D |
| Octal | 164 | 172 | 301 | 50 | 45 | 0 | 30 | 353 | 46 | 75 |
| Binary | 1110100 | 1111010 | 11000001 | 101000 | 100101 | 0 | 11000 | 11101011 | 100110 | 111101 |
Color Harmonies of #747AC1
Complementary color
Monochromatic Colors of #747AC1
Black with #747AC1
Text Example
Text Example
White with #747AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AC1; }
p { color: rgb(116,122,193); }
H1.HeaderClassName
{
color: #747AC1;
}
.AnyTagClassName
{
color: #747AC1;
}
</style>
background-color css
<style>
a { background-color: #747AC1; }
a { background-color: rgb(116,122,193); }
div.DivClassName
{
background-color: #747AC1;
}
.BgClassName
{
background-color: #747AC1;
}
</style>
border-color css
<style>
span { border-color: #747AC1; }
span { border-color: rgb(116,122,193); }
td.TdClassName
{
border-color: #747AC1;
}
.TagClassName
{
border-color: #747AC1;
}
</style>