Html Css Color HEX #707AAA Chetwode Blue

📋 copy color: '#707AAA'

red 112 ◦ green 122 ◦ blue 170

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

Shades of Chetwode Blue #707AAA

Tints of Chetwode Blue #707AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.2%

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

R = 27.72%
G = 30.2%
B = 42.08%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#707AAA (or 0x707AAA) is known color: Chetwode Blue. HEX triplet: 70, 7A and AA. RGB value is (112,122,170). Sum of RGB (Red+Green+Blue) = 112+122+170=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #707AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AAA is #8F8555. Grayscale: #7C7C7C. Windows color (decimal): -9405782 or 11172464. OLE color: 11172464.

HSL color Cylindrical-coordinate representation of color #707AAA: hue angle of 229.66º 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 #707AAA is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 122 170 -
CMYK 0.34 0.28 0 0.33
HSL 229.66º 0.25% 0.55% -
HSV(B) 229.66º 0.34% 0.67% -
XYZ 20.9 20.27 40.84 -
YUV 124.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 112 122 170 0.34 0.28 0 0.33 229.66 0.25 0.55
Hex 70 7A AA 22 1C 0 21 E6 19 37
Octal 160 172 252 42 34 0 41 346 31 67
Binary 1110000 1111010 10101010 100010 11100 0 100001 11100110 11001 110111

Color Harmonies of #707AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AAA

Black with #707AAA

Text Example


Text Example

White with #707AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707AAA; }

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

 H1.HeaderClassName
 {
   color: #707AAA;
 }
 .AnyTagClassName
 {
   color: #707AAA;
 }
</style>

background-color css

<style>
 a { background-color: #707AAA; }

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

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

border-color css

<style>
 span { border-color: #707AAA; }

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

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