Html Css Color HEX #70769E Chetwode Blue

📋 copy color: '#70769E'

red 112 ◦ green 118 ◦ blue 158

#70769E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #70769E

Tints of Chetwode Blue #70769E

RGB

 RED value IS 112 (44.14% from 255) = 28.87%

 GREEN value IS 118 (46.48% from 255) = 30.41%

 BLUE value IS 158 (62.11% from 255) = 40.72%

R = 28.87%
G = 30.41%
B = 40.72%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70769E (or 0x70769E) is known color: Chetwode Blue. HEX triplet: 70, 76 and 9E. RGB value is (112,118,158). Sum of RGB (Red+Green+Blue) = 112+118+158=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #70769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70769E is #8F8961. Grayscale: #787878. Windows color (decimal): -9406818 or 10385008. OLE color: 10385008.

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

Color convert

RGB 112 118 158 -
CMYK 0.29 0.25 0 0.38
HSL 232.17º 0.19% 0.53% -
HSV(B) 232.17º 0.29% 0.62% -
XYZ 19.33 18.87 34.97 -
YUV 120.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 112 118 158 0.29 0.25 0 0.38 232.17 0.19 0.53
Hex 70 76 9E 1D 19 0 26 E8 13 35
Octal 160 166 236 35 31 0 46 350 23 65
Binary 1110000 1110110 10011110 11101 11001 0 100110 11101000 10011 110101

Color Harmonies of #70769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70769E

Black with #70769E

Text Example


Text Example

White with #70769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70769E;
 }
 .AnyTagClassName
 {
   color: #70769E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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