#70729F

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

Shades of Chetwode Blue #70729F

Tints of Chetwode Blue #70729F

Color information

#70729F (or 0x70729F) is unknown color: approx Chetwode Blue. HEX triplet: 70, 72 and 9F. RGB value is (112,114,159). Sum of RGB (Red+Green+Blue) = 112+114+159=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #70729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70729F is #8F8D60. Grayscale: #767676. Windows color (decimal): -9407841 or 10449520. OLE color: 10449520.

HSL color Cylindrical-coordinate representation of color #70729F: hue angle of 237.45º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70729F is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112114159-
CMYK0.300.2800.38
HSL237.45º19.67%53.14%-
HSV(B)237.45º29.56%62.35%-
XYZ18.9617.9835.27-
YUV118.53150.84123.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=29.09%
G=29.61%
B=41.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121141590.300.2800.38237.4519.6753.14
Hex70729F1E1C026ed1435
Octal16016223736340463552465
Binary1110000111001010011111111101110001001101110110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70729F; }

 p { color: rgb(112,114,159); }

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

<style>
 a { background-color: #70729F; }

 a { background-color: rgb(112,114,159); }

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

<style>
 span { border-color: #70729F; }

 span { border-color: rgb(112,114,159); }

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