Html Css Color HEX #7070AA Chetwode Blue

📋 copy color: '#7070AA'

red 112 ◦ green 112 ◦ blue 170

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

Shades of Chetwode Blue #7070AA

Tints of Chetwode Blue #7070AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 28.43%
G = 28.43%
B = 43.15%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7070AA (or 0x7070AA) is known color: Chetwode Blue. HEX triplet: 70, 70 and AA. RGB value is (112,112,170). Sum of RGB (Red+Green+Blue) = 112+112+170=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #7070AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7070AA is #8F8F55. Grayscale: #767676. Windows color (decimal): -9408342 or 11169904. OLE color: 11169904.

HSL color Cylindrical-coordinate representation of color #7070AA: hue angle of 240º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7070AA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 112 170 -
CMYK 0.34 0.34 0 0.33
HSL 240º 0.25% 0.55% -
HSV(B) 240º 0.34% 0.67% -
XYZ 19.73 17.94 40.45 -
YUV 118.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 112 112 170 0.34 0.34 0 0.33 240 0.25 0.55
Hex 70 70 AA 22 22 0 21 F0 19 37
Octal 160 160 252 42 42 0 41 360 31 67
Binary 1110000 1110000 10101010 100010 100010 0 100001 11110000 11001 110111

Color Harmonies of #7070AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7070AA

Black with #7070AA

Text Example


Text Example

White with #7070AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7070AA; }

 p { color: rgb(112,112,170); }

 H1.HeaderClassName
 {
   color: #7070AA;
 }
 .AnyTagClassName
 {
   color: #7070AA;
 }
</style>

background-color css

<style>
 a { background-color: #7070AA; }

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

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

border-color css

<style>
 span { border-color: #7070AA; }

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

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