#7074AE

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

Shades of Chetwode Blue #7074AE

Tints of Chetwode Blue #7074AE

Color information

#7074AE (or 0x7074AE) is unknown color: approx Chetwode Blue. HEX triplet: 70, 74 and AE. RGB value is (112,116,174). Sum of RGB (Red+Green+Blue) = 112+116+174=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #7074AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7074AE is #8F8B51. Grayscale: #797979. Windows color (decimal): -9407314 or 11433072. OLE color: 11433072.

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

Color convert

RGB112116174-
CMYK0.360.3300.32
HSL236.13º27.68%56.08%-
HSV(B)236.13º35.63%68.24%-
XYZ20.5718.9942.63-
YUV121.42157.67121.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=27.86%
G=28.86%
B=43.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121161740.360.3300.32236.1327.6856.08
Hex7074AE2421020ec1c38
Octal16016425644410403543470
Binary111000011101001010111010010010000101000001110110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7074AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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