#7073AB

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

Shades of Chetwode Blue #7073AB

Tints of Chetwode Blue #7073AB

Color information

#7073AB (or 0x7073AB) is unknown color: approx Chetwode Blue. HEX triplet: 70, 73 and AB. RGB value is (112,115,171). Sum of RGB (Red+Green+Blue) = 112+115+171=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #7073AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7073AB is #8F8C54. Grayscale: #787878. Windows color (decimal): -9407573 or 11236208. OLE color: 11236208.

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

Color convert

RGB112115171-
CMYK0.350.3300.33
HSL236.95º25.99%55.49%-
HSV(B)236.95º34.5%67.06%-
XYZ20.1618.6541.06-
YUV120.49156.51121.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.14%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=28.14%
G=28.89%
B=42.96%

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
Decimal1121151710.350.3300.33236.9525.9955.49
Hex7073AB2321021ed1a37
Octal16016325343410413553267
Binary111000011100111010101110001110000101000011110110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7073AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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