Shades of Chetwode Blue #7673AC
Tints of Chetwode Blue #7673AC
RGB
CMYK
RGB Variations
Color information
#7673AC (or 0x7673AC) is known color: Chetwode Blue. HEX triplet: 76, 73 and AC. RGB value is (118,115,172). Sum of RGB (Red+Green+Blue) = 118+115+172=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #7673AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7673AC is #898C53. Grayscale: #7A7A7A. Windows color (decimal): -9014356 or 11301750. OLE color: 11301750.
HSL color Cylindrical-coordinate representation of color #7673AC: hue angle of 243.16º 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 #7673AC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 115 | 172 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.33 |
| HSL | 243.16º | 0.26% | 0.56% | - |
| HSV(B) | 243.16º | 0.33% | 0.67% | - |
| XYZ | 21.05 | 19.09 | 41.61 | - |
| YUV | 122.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 172 | 0.31 | 0.33 | 0 | 0.33 | 243.16 | 0.26 | 0.56 |
| Hex | 76 | 73 | AC | 1F | 21 | 0 | 21 | F3 | 1A | 38 |
| Octal | 166 | 163 | 254 | 37 | 41 | 0 | 41 | 363 | 32 | 70 |
| Binary | 1110110 | 1110011 | 10101100 | 11111 | 100001 | 0 | 100001 | 11110011 | 11010 | 111000 |
Color Harmonies of #7673AC
Complementary color
Monochromatic Colors of #7673AC
Black with #7673AC
Text Example
Text Example
White with #7673AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7673AC; }
p { color: rgb(118,115,172); }
H1.HeaderClassName
{
color: #7673AC;
}
.AnyTagClassName
{
color: #7673AC;
}
</style>
background-color css
<style>
a { background-color: #7673AC; }
a { background-color: rgb(118,115,172); }
div.DivClassName
{
background-color: #7673AC;
}
.BgClassName
{
background-color: #7673AC;
}
</style>
border-color css
<style>
span { border-color: #7673AC; }
span { border-color: rgb(118,115,172); }
td.TdClassName
{
border-color: #7673AC;
}
.TagClassName
{
border-color: #7673AC;
}
</style>