Html Css Color HEX #7070AB Chetwode Blue

📋 copy color: '#7070AB'

red 112 ◦ green 112 ◦ blue 171

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

Shades of Chetwode Blue #7070AB

Tints of Chetwode Blue #7070AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 28.35%
G = 28.35%
B = 43.29%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7070AB (or 0x7070AB) is known color: Chetwode Blue. HEX triplet: 70, 70 and AB. RGB value is (112,112,171). Sum of RGB (Red+Green+Blue) = 112+112+171=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #7070AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7070AB is #8F8F54. Grayscale: #767676. Windows color (decimal): -9408341 or 11235440. OLE color: 11235440.

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

Color convert

RGB 112 112 171 -
CMYK 0.35 0.35 0 0.33
HSL 240º 0.26% 0.55% -
HSV(B) 240º 0.35% 0.67% -
XYZ 19.83 17.97 40.95 -
YUV 118.73 157.5 123.2 -
System Red Green Blue C M Y K H S L
Decimal 112 112 171 0.35 0.35 0 0.33 240 0.26 0.55
Hex 70 70 AB 23 23 0 21 F0 1A 37
Octal 160 160 253 43 43 0 41 360 32 67
Binary 1110000 1110000 10101011 100011 100011 0 100001 11110000 11010 110111

Color Harmonies of #7070AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7070AB

Black with #7070AB

Text Example


Text Example

White with #7070AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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