#7076AB

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

Shades of Chetwode Blue #7076AB

Tints of Chetwode Blue #7076AB

Color information

#7076AB (or 0x7076AB) is unknown color: approx Chetwode Blue. HEX triplet: 70, 76 and AB. RGB value is (112,118,171). Sum of RGB (Red+Green+Blue) = 112+118+171=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #7076AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7076AB is #8F8954. Grayscale: #7A7A7A. Windows color (decimal): -9406805 or 11236976. OLE color: 11236976.

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

Color convert

RGB112118171-
CMYK0.350.3100.33
HSL233.9º25.99%55.49%-
HSV(B)233.9º34.5%67.06%-
XYZ20.5119.3441.18-
YUV122.25155.51120.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=27.93%
G=29.43%
B=42.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121181710.350.3100.33233.925.9955.49
Hex7076AB231F021ea1a37
Octal16016625343370413523267
Binary11100001110110101010111000111111101000011110101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7076AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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