Shades of Chetwode Blue #7674AA
Tints of Chetwode Blue #7674AA
RGB
CMYK
RGB Variations
Color information
#7674AA (or 0x7674AA) is known color: Chetwode Blue. HEX triplet: 76, 74 and AA. RGB value is (118,116,170). Sum of RGB (Red+Green+Blue) = 118+116+170=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #7674AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7674AA is #898B55. Grayscale: #7A7A7A. Windows color (decimal): -9014102 or 11170934. OLE color: 11170934.
HSL color Cylindrical-coordinate representation of color #7674AA: hue angle of 242.22º 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 #7674AA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 116 | 170 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.33 |
| HSL | 242.22º | 0.24% | 0.56% | - |
| HSV(B) | 242.22º | 0.32% | 0.67% | - |
| XYZ | 20.97 | 19.24 | 40.64 | - |
| YUV | 122.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 170 | 0.31 | 0.32 | 0 | 0.33 | 242.22 | 0.24 | 0.56 |
| Hex | 76 | 74 | AA | 1F | 20 | 0 | 21 | F2 | 18 | 38 |
| Octal | 166 | 164 | 252 | 37 | 40 | 0 | 41 | 362 | 30 | 70 |
| Binary | 1110110 | 1110100 | 10101010 | 11111 | 100000 | 0 | 100001 | 11110010 | 11000 | 111000 |
Color Harmonies of #7674AA
Complementary color
Monochromatic Colors of #7674AA
Black with #7674AA
Text Example
Text Example
White with #7674AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7674AA; }
p { color: rgb(118,116,170); }
H1.HeaderClassName
{
color: #7674AA;
}
.AnyTagClassName
{
color: #7674AA;
}
</style>
background-color css
<style>
a { background-color: #7674AA; }
a { background-color: rgb(118,116,170); }
div.DivClassName
{
background-color: #7674AA;
}
.BgClassName
{
background-color: #7674AA;
}
</style>
border-color css
<style>
span { border-color: #7674AA; }
span { border-color: rgb(118,116,170); }
td.TdClassName
{
border-color: #7674AA;
}
.TagClassName
{
border-color: #7674AA;
}
</style>