#7072AB

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

Shades of Chetwode Blue #7072AB

Tints of Chetwode Blue #7072AB

Color information

#7072AB (or 0x7072AB) is unknown color: approx Chetwode Blue. HEX triplet: 70, 72 and AB. RGB value is (112,114,171). Sum of RGB (Red+Green+Blue) = 112+114+171=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7072AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7072AB is #8F8D54. Grayscale: #777777. Windows color (decimal): -9407829 or 11235952. OLE color: 11235952.

HSL color Cylindrical-coordinate representation of color #7072AB: hue angle of 237.97º 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 #7072AB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112114171-
CMYK0.350.3300.33
HSL237.97º25.99%55.49%-
HSV(B)237.97º34.5%67.06%-
XYZ20.0518.4241.03-
YUV119.9156.84122.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=28.21%
G=28.72%
B=43.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121141710.350.3300.33237.9725.9955.49
Hex7072AB2321021ee1a37
Octal16016225343410413563267
Binary111000011100101010101110001110000101000011110111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7072AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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