#70769F

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

Shades of Chetwode Blue #70769F

Tints of Chetwode Blue #70769F

Color information

#70769F (or 0x70769F) is unknown color: approx Chetwode Blue. HEX triplet: 70, 76 and 9F. RGB value is (112,118,159). Sum of RGB (Red+Green+Blue) = 112+118+159=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #70769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70769F is #8F8960. Grayscale: #787878. Windows color (decimal): -9406817 or 10450544. OLE color: 10450544.

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

Color convert

RGB112118159-
CMYK0.300.2600.38
HSL232.34º19.67%53.14%-
HSV(B)232.34º29.56%62.35%-
XYZ19.4218.935.43-
YUV120.88149.51121.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=28.79%
G=30.33%
B=40.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121181590.300.2600.38232.3419.6753.14
Hex70769F1E1A026e81435
Octal16016623736320463502465
Binary1110000111011010011111111101101001001101110100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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