Shades of Chetwode Blue #7674AD
Tints of Chetwode Blue #7674AD
RGB
CMYK
RGB Variations
Color information
#7674AD (or 0x7674AD) is known color: Chetwode Blue. HEX triplet: 76, 74 and AD. RGB value is (118,116,173). Sum of RGB (Red+Green+Blue) = 118+116+173=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #7674AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7674AD is #898B52. Grayscale: #7A7A7A. Windows color (decimal): -9014099 or 11367542. OLE color: 11367542.
HSL color Cylindrical-coordinate representation of color #7674AD: hue angle of 242.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7674AD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 116 | 173 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.32 |
| HSL | 242.11º | 0.26% | 0.57% | - |
| HSV(B) | 242.11º | 0.33% | 0.68% | - |
| XYZ | 21.26 | 19.36 | 42.15 | - |
| YUV | 123.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 173 | 0.32 | 0.33 | 0 | 0.32 | 242.11 | 0.26 | 0.57 |
| Hex | 76 | 74 | AD | 20 | 21 | 0 | 20 | F2 | 1A | 39 |
| Octal | 166 | 164 | 255 | 40 | 41 | 0 | 40 | 362 | 32 | 71 |
| Binary | 1110110 | 1110100 | 10101101 | 100000 | 100001 | 0 | 100000 | 11110010 | 11010 | 111001 |
Color Harmonies of #7674AD
Complementary color
Monochromatic Colors of #7674AD
Black with #7674AD
Text Example
Text Example
White with #7674AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7674AD; }
p { color: rgb(118,116,173); }
H1.HeaderClassName
{
color: #7674AD;
}
.AnyTagClassName
{
color: #7674AD;
}
</style>
background-color css
<style>
a { background-color: #7674AD; }
a { background-color: rgb(118,116,173); }
div.DivClassName
{
background-color: #7674AD;
}
.BgClassName
{
background-color: #7674AD;
}
</style>
border-color css
<style>
span { border-color: #7674AD; }
span { border-color: rgb(118,116,173); }
td.TdClassName
{
border-color: #7674AD;
}
.TagClassName
{
border-color: #7674AD;
}
</style>