Html Css Color HEX #70749D Chetwode Blue

📋 copy color: '#70749D'

red 112 ◦ green 116 ◦ blue 157

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

Shades of Chetwode Blue #70749D

Tints of Chetwode Blue #70749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 29.09%
G = 30.13%
B = 40.78%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70749D (or 0x70749D) is known color: Chetwode Blue. HEX triplet: 70, 74 and 9D. RGB value is (112,116,157). Sum of RGB (Red+Green+Blue) = 112+116+157=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #70749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70749D is #8F8B62. Grayscale: #777777. Windows color (decimal): -9407331 or 10318960. OLE color: 10318960.

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

Color convert

RGB 112 116 157 -
CMYK 0.29 0.26 0 0.38
HSL 234.67º 0.19% 0.53% -
HSV(B) 234.67º 0.29% 0.62% -
XYZ 19.01 18.37 34.44 -
YUV 119.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 112 116 157 0.29 0.26 0 0.38 234.67 0.19 0.53
Hex 70 74 9D 1D 1A 0 26 EB 13 35
Octal 160 164 235 35 32 0 46 353 23 65
Binary 1110000 1110100 10011101 11101 11010 0 100110 11101011 10011 110101

Color Harmonies of #70749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70749D

Black with #70749D

Text Example


Text Example

White with #70749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70749D;
 }
 .AnyTagClassName
 {
   color: #70749D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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