#70769C

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

Shades of Chetwode Blue #70769C

Tints of Chetwode Blue #70769C

Color information

#70769C (or 0x70769C) is unknown color: approx Chetwode Blue. HEX triplet: 70, 76 and 9C. RGB value is (112,118,156). Sum of RGB (Red+Green+Blue) = 112+118+156=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #70769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70769C is #8F8963. Grayscale: #787878. Windows color (decimal): -9406820 or 10253936. OLE color: 10253936.

HSL color Cylindrical-coordinate representation of color #70769C: hue angle of 231.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70769C is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB112118156-
CMYK0.280.2400.39
HSL231.82º18.18%52.55%-
HSV(B)231.82º28.21%61.18%-
XYZ19.1618.834.07-
YUV120.54148.01121.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=29.02%
G=30.57%
B=40.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121181560.280.2400.39231.8218.1852.55
Hex70769C1C18027e81235
Octal16016623434300473502265
Binary1110000111011010011100111001100001001111110100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70769C; }

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

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

<style>
 a { background-color: #70769C; }

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

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

<style>
 span { border-color: #70769C; }

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

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