Html Css Color HEX #70749C Chetwode Blue

📋 copy color: '#70749C'

red 112 ◦ green 116 ◦ blue 156

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

Shades of Chetwode Blue #70749C

Tints of Chetwode Blue #70749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 29.17%
G = 30.21%
B = 40.63%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70749C (or 0x70749C) is known color: Chetwode Blue. HEX triplet: 70, 74 and 9C. RGB value is (112,116,156). Sum of RGB (Red+Green+Blue) = 112+116+156=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #70749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70749C is #8F8B63. Grayscale: #777777. Windows color (decimal): -9407332 or 10253424. OLE color: 10253424.

HSL color Cylindrical-coordinate representation of color #70749C: hue angle of 234.55º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70749C is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 116 156 -
CMYK 0.28 0.26 0 0.39
HSL 234.55º 0.18% 0.53% -
HSV(B) 234.55º 0.28% 0.61% -
XYZ 18.93 18.34 33.99 -
YUV 119.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 112 116 156 0.28 0.26 0 0.39 234.55 0.18 0.53
Hex 70 74 9C 1C 1A 0 27 EB 12 35
Octal 160 164 234 34 32 0 47 353 22 65
Binary 1110000 1110100 10011100 11100 11010 0 100111 11101011 10010 110101

Color Harmonies of #70749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70749C

Black with #70749C

Text Example


Text Example

White with #70749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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