Shades of Chetwode Blue #7279A6
Tints of Chetwode Blue #7279A6
RGB
CMYK
RGB Variations
Color information
#7279A6 (or 0x7279A6) is known color: Chetwode Blue. HEX triplet: 72, 79 and A6. RGB value is (114,121,166). Sum of RGB (Red+Green+Blue) = 114+121+166=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 166 - color contains mainly: blue. Hex color #7279A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7279A6 is #8D8659. Grayscale: #7B7B7B. Windows color (decimal): -9274970 or 10910066. OLE color: 10910066.
HSL color Cylindrical-coordinate representation of color #7279A6: hue angle of 231.92º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7279A6 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 121 | 166 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.35 |
| HSL | 231.92º | 0.23% | 0.55% | - |
| HSV(B) | 231.92º | 0.31% | 0.65% | - |
| XYZ | 20.66 | 20.01 | 38.85 | - |
| YUV | 124.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 166 | 0.31 | 0.27 | 0 | 0.35 | 231.92 | 0.23 | 0.55 |
| Hex | 72 | 79 | A6 | 1F | 1B | 0 | 23 | E8 | 17 | 37 |
| Octal | 162 | 171 | 246 | 37 | 33 | 0 | 43 | 350 | 27 | 67 |
| Binary | 1110010 | 1111001 | 10100110 | 11111 | 11011 | 0 | 100011 | 11101000 | 10111 | 110111 |
Color Harmonies of #7279A6
Complementary color
Monochromatic Colors of #7279A6
Black with #7279A6
Text Example
Text Example
White with #7279A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7279A6; }
p { color: rgb(114,121,166); }
H1.HeaderClassName
{
color: #7279A6;
}
.AnyTagClassName
{
color: #7279A6;
}
</style>
background-color css
<style>
a { background-color: #7279A6; }
a { background-color: rgb(114,121,166); }
div.DivClassName
{
background-color: #7279A6;
}
.BgClassName
{
background-color: #7279A6;
}
</style>
border-color css
<style>
span { border-color: #7279A6; }
span { border-color: rgb(114,121,166); }
td.TdClassName
{
border-color: #7279A6;
}
.TagClassName
{
border-color: #7279A6;
}
</style>