#7071AE

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

Shades of Chetwode Blue #7071AE

Tints of Chetwode Blue #7071AE

Color information

#7071AE (or 0x7071AE) is unknown color: approx Chetwode Blue. HEX triplet: 70, 71 and AE. RGB value is (112,113,174). Sum of RGB (Red+Green+Blue) = 112+113+174=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #7071AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7071AE is #8F8E51. Grayscale: #777777. Windows color (decimal): -9408082 or 11432304. OLE color: 11432304.

HSL color Cylindrical-coordinate representation of color #7071AE: hue angle of 239.03º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7071AE is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112113174-
CMYK0.360.3500.32
HSL239.03º27.68%56.08%-
HSV(B)239.03º35.63%68.24%-
XYZ20.2318.3142.51-
YUV119.66158.67122.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=28.07%
G=28.32%
B=43.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121131740.360.3500.32239.0327.6856.08
Hex7071AE2423020ef1c38
Octal16016125644430403573470
Binary111000011100011010111010010010001101000001110111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7071AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7071AE; }

 p { color: rgb(112,113,174); }

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

<style>
 a { background-color: #7071AE; }

 a { background-color: rgb(112,113,174); }

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

<style>
 span { border-color: #7071AE; }

 span { border-color: rgb(112,113,174); }

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