Shades of Chetwode Blue #7379AA
Tints of Chetwode Blue #7379AA
RGB
CMYK
RGB Variations
Color information
#7379AA (or 0x7379AA) is known color: Chetwode Blue. HEX triplet: 73, 79 and AA. RGB value is (115,121,170). Sum of RGB (Red+Green+Blue) = 115+121+170=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #7379AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7379AA is #8C8655. Grayscale: #7C7C7C. Windows color (decimal): -9209430 or 11172211. OLE color: 11172211.
HSL color Cylindrical-coordinate representation of color #7379AA: hue angle of 233.45º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7379AA is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 121 | 170 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.33 |
| HSL | 233.45º | 0.24% | 0.56% | - |
| HSV(B) | 233.45º | 0.32% | 0.67% | - |
| XYZ | 21.16 | 20.22 | 40.82 | - |
| YUV | 124.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 170 | 0.32 | 0.29 | 0 | 0.33 | 233.45 | 0.24 | 0.56 |
| Hex | 73 | 79 | AA | 20 | 1D | 0 | 21 | E9 | 18 | 38 |
| Octal | 163 | 171 | 252 | 40 | 35 | 0 | 41 | 351 | 30 | 70 |
| Binary | 1110011 | 1111001 | 10101010 | 100000 | 11101 | 0 | 100001 | 11101001 | 11000 | 111000 |
Color Harmonies of #7379AA
Complementary color
Monochromatic Colors of #7379AA
Black with #7379AA
Text Example
Text Example
White with #7379AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7379AA; }
p { color: rgb(115,121,170); }
H1.HeaderClassName
{
color: #7379AA;
}
.AnyTagClassName
{
color: #7379AA;
}
</style>
background-color css
<style>
a { background-color: #7379AA; }
a { background-color: rgb(115,121,170); }
div.DivClassName
{
background-color: #7379AA;
}
.BgClassName
{
background-color: #7379AA;
}
</style>
border-color css
<style>
span { border-color: #7379AA; }
span { border-color: rgb(115,121,170); }
td.TdClassName
{
border-color: #7379AA;
}
.TagClassName
{
border-color: #7379AA;
}
</style>