Shades of Chetwode Blue #7078A4
Tints of Chetwode Blue #7078A4
RGB
CMYK
RGB Variations
Color information
#7078A4 (or 0x7078A4) is known color: Chetwode Blue. HEX triplet: 70, 78 and A4. RGB value is (112,120,164). Sum of RGB (Red+Green+Blue) = 112+120+164=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #7078A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7078A4 is #8F875B. Grayscale: #7A7A7A. Windows color (decimal): -9406300 or 10778736. OLE color: 10778736.
HSL color Cylindrical-coordinate representation of color #7078A4: hue angle of 230.77º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7078A4 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 120 | 164 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.36 |
| HSL | 230.77º | 0.22% | 0.54% | - |
| HSV(B) | 230.77º | 0.32% | 0.64% | - |
| XYZ | 20.1 | 19.56 | 37.84 | - |
| YUV | 122.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 164 | 0.32 | 0.27 | 0 | 0.36 | 230.77 | 0.22 | 0.54 |
| Hex | 70 | 78 | A4 | 20 | 1B | 0 | 24 | E7 | 16 | 36 |
| Octal | 160 | 170 | 244 | 40 | 33 | 0 | 44 | 347 | 26 | 66 |
| Binary | 1110000 | 1111000 | 10100100 | 100000 | 11011 | 0 | 100100 | 11100111 | 10110 | 110110 |
Color Harmonies of #7078A4
Complementary color
Monochromatic Colors of #7078A4
Black with #7078A4
Text Example
Text Example
White with #7078A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7078A4; }
p { color: rgb(112,120,164); }
H1.HeaderClassName
{
color: #7078A4;
}
.AnyTagClassName
{
color: #7078A4;
}
</style>
background-color css
<style>
a { background-color: #7078A4; }
a { background-color: rgb(112,120,164); }
div.DivClassName
{
background-color: #7078A4;
}
.BgClassName
{
background-color: #7078A4;
}
</style>
border-color css
<style>
span { border-color: #7078A4; }
span { border-color: rgb(112,120,164); }
td.TdClassName
{
border-color: #7078A4;
}
.TagClassName
{
border-color: #7078A4;
}
</style>