#70779E

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

Shades of Chetwode Blue #70779E

Tints of Chetwode Blue #70779E

Color information

#70779E (or 0x70779E) is unknown color: approx Chetwode Blue. HEX triplet: 70, 77 and 9E. RGB value is (112,119,158). Sum of RGB (Red+Green+Blue) = 112+119+158=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #70779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70779E is #8F8861. Grayscale: #797979. Windows color (decimal): -9406562 or 10385264. OLE color: 10385264.

HSL color Cylindrical-coordinate representation of color #70779E: hue angle of 230.87º 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 #70779E is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112119158-
CMYK0.290.2500.38
HSL230.87º19.17%52.94%-
HSV(B)230.87º29.11%61.96%-
XYZ19.4519.1135.01-
YUV121.35148.68121.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=28.79%
G=30.59%
B=40.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121191580.290.2500.38230.8719.1752.94
Hex70779E1D19026e71335
Octal16016723635310463472365
Binary1110000111011110011110111011100101001101110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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