#7076AE

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

Shades of Chetwode Blue #7076AE

Tints of Chetwode Blue #7076AE

Color information

#7076AE (or 0x7076AE) is unknown color: approx Chetwode Blue. HEX triplet: 70, 76 and AE. RGB value is (112,118,174). Sum of RGB (Red+Green+Blue) = 112+118+174=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #7076AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7076AE is #8F8951. Grayscale: #7A7A7A. Windows color (decimal): -9406802 or 11433584. OLE color: 11433584.

HSL color Cylindrical-coordinate representation of color #7076AE: hue angle of 234.19º 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 #7076AE is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112118174-
CMYK0.360.3200.32
HSL234.19º27.68%56.08%-
HSV(B)234.19º35.63%68.24%-
XYZ20.819.4642.7-
YUV122.59157.01120.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=27.72%
G=29.21%
B=43.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121181740.360.3200.32234.1927.6856.08
Hex7076AE2420020ea1c38
Octal16016625644400403523470
Binary111000011101101010111010010010000001000001110101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7076AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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