Html Css Color HEX #70739E Chetwode Blue

📋 copy color: '#70739E'

red 112 ◦ green 115 ◦ blue 158

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

Shades of Chetwode Blue #70739E

Tints of Chetwode Blue #70739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

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

R = 29.09%
G = 29.87%
B = 41.04%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70739E (or 0x70739E) is known color: Chetwode Blue. HEX triplet: 70, 73 and 9E. RGB value is (112,115,158). Sum of RGB (Red+Green+Blue) = 112+115+158=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #70739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70739E is #8F8C61. Grayscale: #767676. Windows color (decimal): -9407586 or 10384240. OLE color: 10384240.

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

Color convert

RGB 112 115 158 -
CMYK 0.29 0.27 0 0.38
HSL 236.09º 0.19% 0.53% -
HSV(B) 236.09º 0.29% 0.62% -
XYZ 18.98 18.17 34.86 -
YUV 119.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 112 115 158 0.29 0.27 0 0.38 236.09 0.19 0.53
Hex 70 73 9E 1D 1B 0 26 EC 13 35
Octal 160 163 236 35 33 0 46 354 23 65
Binary 1110000 1110011 10011110 11101 11011 0 100110 11101100 10011 110101

Color Harmonies of #70739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70739E

Black with #70739E

Text Example


Text Example

White with #70739E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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