Shades of Chetwode Blue #7279B9
Tints of Chetwode Blue #7279B9
RGB
CMYK
RGB Variations
Color information
#7279B9 (or 0x7279B9) is known color: Chetwode Blue. HEX triplet: 72, 79 and B9. RGB value is (114,121,185). Sum of RGB (Red+Green+Blue) = 114+121+185=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #7279B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7279B9 is #8D8646. Grayscale: #7D7D7D. Windows color (decimal): -9274951 or 12155250. OLE color: 12155250.
HSL color Cylindrical-coordinate representation of color #7279B9: hue angle of 234.08º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7279B9 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 121 | 185 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.27 |
| HSL | 234.08º | 0.34% | 0.59% | - |
| HSV(B) | 234.08º | 0.38% | 0.73% | - |
| XYZ | 22.53 | 20.75 | 48.72 | - |
| YUV | 126.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 185 | 0.38 | 0.35 | 0 | 0.27 | 234.08 | 0.34 | 0.59 |
| Hex | 72 | 79 | B9 | 26 | 23 | 0 | 1B | EA | 22 | 3B |
| Octal | 162 | 171 | 271 | 46 | 43 | 0 | 33 | 352 | 42 | 73 |
| Binary | 1110010 | 1111001 | 10111001 | 100110 | 100011 | 0 | 11011 | 11101010 | 100010 | 111011 |
Color Harmonies of #7279B9
Complementary color
Monochromatic Colors of #7279B9
Black with #7279B9
Text Example
Text Example
White with #7279B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7279B9; }
p { color: rgb(114,121,185); }
H1.HeaderClassName
{
color: #7279B9;
}
.AnyTagClassName
{
color: #7279B9;
}
</style>
background-color css
<style>
a { background-color: #7279B9; }
a { background-color: rgb(114,121,185); }
div.DivClassName
{
background-color: #7279B9;
}
.BgClassName
{
background-color: #7279B9;
}
</style>
border-color css
<style>
span { border-color: #7279B9; }
span { border-color: rgb(114,121,185); }
td.TdClassName
{
border-color: #7279B9;
}
.TagClassName
{
border-color: #7279B9;
}
</style>