#7071AB

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

Shades of Chetwode Blue #7071AB

Tints of Chetwode Blue #7071AB

Color information

#7071AB (or 0x7071AB) is unknown color: approx Chetwode Blue. HEX triplet: 70, 71 and AB. RGB value is (112,113,171). Sum of RGB (Red+Green+Blue) = 112+113+171=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #7071AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7071AB is #8F8E54. Grayscale: #777777. Windows color (decimal): -9408085 or 11235696. OLE color: 11235696.

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

Color convert

RGB112113171-
CMYK0.350.3400.33
HSL238.98º25.99%55.49%-
HSV(B)238.98º34.5%67.06%-
XYZ19.9418.240.99-
YUV119.31157.17122.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=28.28%
G=28.54%
B=43.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121131710.350.3400.33238.9825.9955.49
Hex7071AB2322021ef1a37
Octal16016125343420413573267
Binary111000011100011010101110001110001001000011110111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7071AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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