#70769B

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

Shades of Chetwode Blue #70769B

Tints of Chetwode Blue #70769B

Color information

#70769B (or 0x70769B) is unknown color: approx Chetwode Blue. HEX triplet: 70, 76 and 9B. RGB value is (112,118,155). Sum of RGB (Red+Green+Blue) = 112+118+155=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #70769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70769B is #8F8964. Grayscale: #787878. Windows color (decimal): -9406821 or 10188400. OLE color: 10188400.

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

Color convert

RGB112118155-
CMYK0.280.2400.39
HSL231.63º17.7%52.35%-
HSV(B)231.63º27.74%60.78%-
XYZ19.0818.7733.63-
YUV120.42147.51121.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=29.09%
G=30.65%
B=40.26%

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
Decimal1121181550.280.2400.39231.6317.752.35
Hex70769B1C18027e81234
Octal16016623334300473502264
Binary1110000111011010011011111001100001001111110100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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