#70739E

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

Shades of Chetwode Blue #70739E

Tints of Chetwode Blue #70739E

Color information

#70739E (or 0x70739E) is unknown color: approx Chetwode Blue. HEX triplet: 70, 73 and 9E. RGB value is (112,115,158). Sum of RGB (Red+Green+Blue) = 112+115+158=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #70739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70739E is #8F8C61. Grayscale: #767676. Windows color (decimal): -9407586 or 10384240. OLE color: 10384240.

HSL color Cylindrical-coordinate representation of color #70739E: hue angle of 236.09º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70739E is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112115158-
CMYK0.290.2700.38
HSL236.09º19.17%52.94%-
HSV(B)236.09º29.11%61.96%-
XYZ18.9818.1734.86-
YUV119150.01123-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=29.09%
G=29.87%
B=41.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121151580.290.2700.38236.0919.1752.94
Hex70739E1D1B026ec1335
Octal16016323635330463542365
Binary1110000111001110011110111011101101001101110110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70739E; }

 p { color: rgb(112,115,158); }

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

<style>
 a { background-color: #70739E; }

 a { background-color: rgb(112,115,158); }

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

<style>
 span { border-color: #70739E; }

 span { border-color: rgb(112,115,158); }

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