#7076AF

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

Shades of Chetwode Blue #7076AF

Tints of Chetwode Blue #7076AF

Color information

#7076AF (or 0x7076AF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 76 and AF. RGB value is (112,118,175). Sum of RGB (Red+Green+Blue) = 112+118+175=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #7076AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7076AF is #8F8950. Grayscale: #7A7A7A. Windows color (decimal): -9406801 or 11499120. OLE color: 11499120.

HSL color Cylindrical-coordinate representation of color #7076AF: hue angle of 234.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7076AF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112118175-
CMYK0.360.3300.31
HSL234.29º28.25%56.27%-
HSV(B)234.29º36%68.63%-
XYZ20.919.543.22-
YUV122.7157.51120.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=27.65%
G=29.14%
B=43.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121181750.360.3300.31234.2928.2556.27
Hex7076AF242101Fea1c38
Octal16016625744410373523470
Binary11100001110110101011111001001000010111111110101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7076AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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