#7079AA

Color #7079AA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7079AA

Tints of Chetwode Blue #7079AA

Color information

#7079AA (or 0x7079AA) is unknown color: approx Chetwode Blue. HEX triplet: 70, 79 and AA. RGB value is (112,121,170). Sum of RGB (Red+Green+Blue) = 112+121+170=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #7079AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7079AA is #8F8655. Grayscale: #7B7B7B. Windows color (decimal): -9406038 or 11172208. OLE color: 11172208.

HSL color Cylindrical-coordinate representation of color #7079AA: hue angle of 230.69º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7079AA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112121170-
CMYK0.340.2900.33
HSL230.69º25.44%55.29%-
HSV(B)230.69º34.12%66.67%-
XYZ20.7820.0240.8-
YUV123.9154.02119.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=27.79%
G=30.02%
B=42.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121211700.340.2900.33230.6925.4455.29
Hex7079AA221D021e71937
Octal16017125242350413473167
Binary11100001111001101010101000101110101000011110011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7079AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7079AA; }

 p { color: rgb(112,121,170); }

 H1.HeaderClassName
 {
   color: #7079AA;
 }
 .AnyTagClassName
 {
   color: #7079AA;
 }
</style>
background-color css

<style>
 a { background-color: #7079AA; }

 a { background-color: rgb(112,121,170); }

 div.DivClassName
 {
   background-color: #7079AA;
 }
 .BgClassName
 {
   background-color: #7079AA;
 }
</style>
border-color css

<style>
 span { border-color: #7079AA; }

 span { border-color: rgb(112,121,170); }

 td.TdClassName
 {
   border-color: #7079AA;
 }
 .TagClassName
 {
   border-color: #7079AA;
 }
</style>