Shades of Chetwode Blue #7473AC
Tints of Chetwode Blue #7473AC
RGB
CMYK
RGB Variations
Color information
#7473AC (or 0x7473AC) is known color: Chetwode Blue. HEX triplet: 74, 73 and AC. RGB value is (116,115,172). Sum of RGB (Red+Green+Blue) = 116+115+172=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #7473AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7473AC is #8B8C53. Grayscale: #797979. Windows color (decimal): -9145428 or 11301748. OLE color: 11301748.
HSL color Cylindrical-coordinate representation of color #7473AC: hue angle of 241.05º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7473AC is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 115 | 172 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.33 |
| HSL | 241.05º | 0.26% | 0.56% | - |
| HSV(B) | 241.05º | 0.33% | 0.67% | - |
| XYZ | 20.78 | 18.95 | 41.59 | - |
| YUV | 121.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 172 | 0.33 | 0.33 | 0 | 0.33 | 241.05 | 0.26 | 0.56 |
| Hex | 74 | 73 | AC | 21 | 21 | 0 | 21 | F1 | 1A | 38 |
| Octal | 164 | 163 | 254 | 41 | 41 | 0 | 41 | 361 | 32 | 70 |
| Binary | 1110100 | 1110011 | 10101100 | 100001 | 100001 | 0 | 100001 | 11110001 | 11010 | 111000 |
Color Harmonies of #7473AC
Complementary color
Monochromatic Colors of #7473AC
Black with #7473AC
Text Example
Text Example
White with #7473AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7473AC; }
p { color: rgb(116,115,172); }
H1.HeaderClassName
{
color: #7473AC;
}
.AnyTagClassName
{
color: #7473AC;
}
</style>
background-color css
<style>
a { background-color: #7473AC; }
a { background-color: rgb(116,115,172); }
div.DivClassName
{
background-color: #7473AC;
}
.BgClassName
{
background-color: #7473AC;
}
</style>
border-color css
<style>
span { border-color: #7473AC; }
span { border-color: rgb(116,115,172); }
td.TdClassName
{
border-color: #7473AC;
}
.TagClassName
{
border-color: #7473AC;
}
</style>