Shades of Chetwode Blue #7479AC
Tints of Chetwode Blue #7479AC
RGB
CMYK
RGB Variations
Color information
#7479AC (or 0x7479AC) is known color: Chetwode Blue. HEX triplet: 74, 79 and AC. RGB value is (116,121,172). Sum of RGB (Red+Green+Blue) = 116+121+172=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #7479AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7479AC is #8B8653. Grayscale: #7D7D7D. Windows color (decimal): -9143892 or 11303284. OLE color: 11303284.
HSL color Cylindrical-coordinate representation of color #7479AC: hue angle of 234.64º degrees, saturation: 0.25, 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 #7479AC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 121 | 172 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.33 |
| HSL | 234.64º | 0.25% | 0.56% | - |
| HSV(B) | 234.64º | 0.33% | 0.67% | - |
| XYZ | 21.49 | 20.37 | 41.83 | - |
| YUV | 125.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 172 | 0.33 | 0.30 | 0 | 0.33 | 234.64 | 0.25 | 0.56 |
| Hex | 74 | 79 | AC | 21 | 1E | 0 | 21 | EB | 19 | 38 |
| Octal | 164 | 171 | 254 | 41 | 36 | 0 | 41 | 353 | 31 | 70 |
| Binary | 1110100 | 1111001 | 10101100 | 100001 | 11110 | 0 | 100001 | 11101011 | 11001 | 111000 |
Color Harmonies of #7479AC
Complementary color
Monochromatic Colors of #7479AC
Black with #7479AC
Text Example
Text Example
White with #7479AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7479AC; }
p { color: rgb(116,121,172); }
H1.HeaderClassName
{
color: #7479AC;
}
.AnyTagClassName
{
color: #7479AC;
}
</style>
background-color css
<style>
a { background-color: #7479AC; }
a { background-color: rgb(116,121,172); }
div.DivClassName
{
background-color: #7479AC;
}
.BgClassName
{
background-color: #7479AC;
}
</style>
border-color css
<style>
span { border-color: #7479AC; }
span { border-color: rgb(116,121,172); }
td.TdClassName
{
border-color: #7479AC;
}
.TagClassName
{
border-color: #7479AC;
}
</style>