#70759B

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

Shades of Chetwode Blue #70759B

Tints of Chetwode Blue #70759B

Color information

#70759B (or 0x70759B) is unknown color: approx Chetwode Blue. HEX triplet: 70, 75 and 9B. RGB value is (112,117,155). Sum of RGB (Red+Green+Blue) = 112+117+155=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #70759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70759B is #8F8A64. Grayscale: #777777. Windows color (decimal): -9407077 or 10188144. OLE color: 10188144.

HSL color Cylindrical-coordinate representation of color #70759B: hue angle of 233.02º 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 #70759B is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB112117155-
CMYK0.280.2500.39
HSL233.02º17.7%52.35%-
HSV(B)233.02º27.74%60.78%-
XYZ18.9618.5333.59-
YUV119.84147.84122.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=29.17%
G=30.47%
B=40.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121171550.280.2500.39233.0217.752.35
Hex70759B1C19027e91234
Octal16016523334310473512264
Binary1110000111010110011011111001100101001111110100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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