Shades of Chetwode Blue #7278A6
Tints of Chetwode Blue #7278A6
RGB
CMYK
RGB Variations
Color information
#7278A6 (or 0x7278A6) is known color: Chetwode Blue. HEX triplet: 72, 78 and A6. RGB value is (114,120,166). Sum of RGB (Red+Green+Blue) = 114+120+166=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 166 - color contains mainly: blue. Hex color #7278A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7278A6 is #8D8759. Grayscale: #7B7B7B. Windows color (decimal): -9275226 or 10909810. OLE color: 10909810.
HSL color Cylindrical-coordinate representation of color #7278A6: hue angle of 233.08º 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 #7278A6 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 120 | 166 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.35 |
| HSL | 233.08º | 0.23% | 0.55% | - |
| HSV(B) | 233.08º | 0.31% | 0.65% | - |
| XYZ | 20.54 | 19.76 | 38.81 | - |
| YUV | 123.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 166 | 0.31 | 0.28 | 0 | 0.35 | 233.08 | 0.23 | 0.55 |
| Hex | 72 | 78 | A6 | 1F | 1C | 0 | 23 | E9 | 17 | 37 |
| Octal | 162 | 170 | 246 | 37 | 34 | 0 | 43 | 351 | 27 | 67 |
| Binary | 1110010 | 1111000 | 10100110 | 11111 | 11100 | 0 | 100011 | 11101001 | 10111 | 110111 |
Color Harmonies of #7278A6
Complementary color
Monochromatic Colors of #7278A6
Black with #7278A6
Text Example
Text Example
White with #7278A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7278A6; }
p { color: rgb(114,120,166); }
H1.HeaderClassName
{
color: #7278A6;
}
.AnyTagClassName
{
color: #7278A6;
}
</style>
background-color css
<style>
a { background-color: #7278A6; }
a { background-color: rgb(114,120,166); }
div.DivClassName
{
background-color: #7278A6;
}
.BgClassName
{
background-color: #7278A6;
}
</style>
border-color css
<style>
span { border-color: #7278A6; }
span { border-color: rgb(114,120,166); }
td.TdClassName
{
border-color: #7278A6;
}
.TagClassName
{
border-color: #7278A6;
}
</style>