#70749F

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

Shades of Chetwode Blue #70749F

Tints of Chetwode Blue #70749F

Color information

#70749F (or 0x70749F) is unknown color: approx Chetwode Blue. HEX triplet: 70, 74 and 9F. RGB value is (112,116,159). Sum of RGB (Red+Green+Blue) = 112+116+159=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #70749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70749F is #8F8B60. Grayscale: #777777. Windows color (decimal): -9407329 or 10450032. OLE color: 10450032.

HSL color Cylindrical-coordinate representation of color #70749F: hue angle of 234.89º 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 #70749F is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112116159-
CMYK0.300.2700.38
HSL234.89º19.67%53.14%-
HSV(B)234.89º29.56%62.35%-
XYZ19.1918.4435.35-
YUV119.71150.17122.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=28.94%
G=29.97%
B=41.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121161590.300.2700.38234.8919.6753.14
Hex70749F1E1B026eb1435
Octal16016423736330463532465
Binary1110000111010010011111111101101101001101110101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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