#707BAE

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

Shades of Chetwode Blue #707BAE

Tints of Chetwode Blue #707BAE

Color information

#707BAE (or 0x707BAE) is unknown color: approx Chetwode Blue. HEX triplet: 70, 7B and AE. RGB value is (112,123,174). Sum of RGB (Red+Green+Blue) = 112+123+174=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #707BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BAE is #8F8451. Grayscale: #7D7D7D. Windows color (decimal): -9405522 or 11434864. OLE color: 11434864.

HSL color Cylindrical-coordinate representation of color #707BAE: hue angle of 229.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707BAE is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112123174-
CMYK0.360.2900.32
HSL229.35º27.68%56.08%-
HSV(B)229.35º35.63%68.24%-
XYZ21.4120.6742.91-
YUV125.52155.36118.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=27.38%
G=30.07%
B=42.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121231740.360.2900.32229.3527.6856.08
Hex707BAE241D020e51c38
Octal16017325644350403453470
Binary11100001111011101011101001001110101000001110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,123,174); }

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

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

 a { background-color: rgb(112,123,174); }

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

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

 span { border-color: rgb(112,123,174); }

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