#707AAC

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

Shades of Chetwode Blue #707AAC

Tints of Chetwode Blue #707AAC

Color information

#707AAC (or 0x707AAC) is unknown color: approx Chetwode Blue. HEX triplet: 70, 7A and AC. RGB value is (112,122,172). Sum of RGB (Red+Green+Blue) = 112+122+172=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #707AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AAC is #8F8553. Grayscale: #7C7C7C. Windows color (decimal): -9405780 or 11303536. OLE color: 11303536.

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

Color convert

RGB112122172-
CMYK0.350.2900.33
HSL230º26.55%55.69%-
HSV(B)230º34.88%67.45%-
XYZ21.0920.3441.84-
YUV124.71154.69118.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=27.59%
G=30.05%
B=42.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121221720.350.2900.3323026.5555.69
Hex707AAC231D021e61b38
Octal16017225443350413463370
Binary11100001111010101011001000111110101000011110011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707AAC; }

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

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

<style>
 a { background-color: #707AAC; }

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

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

<style>
 span { border-color: #707AAC; }

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

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