#7075AC

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

Shades of Chetwode Blue #7075AC

Tints of Chetwode Blue #7075AC

Color information

#7075AC (or 0x7075AC) is unknown color: approx Chetwode Blue. HEX triplet: 70, 75 and AC. RGB value is (112,117,172). Sum of RGB (Red+Green+Blue) = 112+117+172=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #7075AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7075AC is #8F8A53. Grayscale: #797979. Windows color (decimal): -9407060 or 11302256. OLE color: 11302256.

HSL color Cylindrical-coordinate representation of color #7075AC: hue angle of 235º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7075AC is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112117172-
CMYK0.350.3200.33
HSL235º26.55%55.69%-
HSV(B)235º34.88%67.45%-
XYZ20.4919.1541.65-
YUV121.78156.34121.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=27.93%
G=29.18%
B=42.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121171720.350.3200.3323526.5555.69
Hex7075AC2320021eb1b38
Octal16016525443400413533370
Binary111000011101011010110010001110000001000011110101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7075AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7075AC; }

 p { color: rgb(112,117,172); }

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

<style>
 a { background-color: #7075AC; }

 a { background-color: rgb(112,117,172); }

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

<style>
 span { border-color: #7075AC; }

 span { border-color: rgb(112,117,172); }

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