Html Css Color HEX #707AAE Chetwode Blue

📋 copy color: '#707AAE'

red 112 ◦ green 122 ◦ blue 174

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

Shades of Chetwode Blue #707AAE

Tints of Chetwode Blue #707AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 27.45%
G = 29.9%
B = 42.65%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#707AAE (or 0x707AAE) is known color: Chetwode Blue. HEX triplet: 70, 7A and AE. RGB value is (112,122,174). Sum of RGB (Red+Green+Blue) = 112+122+174=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #707AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AAE is #8F8551. Grayscale: #7C7C7C. Windows color (decimal): -9405778 or 11434608. OLE color: 11434608.

HSL color Cylindrical-coordinate representation of color #707AAE: hue angle of 230.32º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707AAE is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 122 174 -
CMYK 0.36 0.30 0 0.32
HSL 230.32º 0.28% 0.56% -
HSV(B) 230.32º 0.36% 0.68% -
XYZ 21.28 20.42 42.86 -
YUV 124.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 112 122 174 0.36 0.30 0 0.32 230.32 0.28 0.56
Hex 70 7A AE 24 1E 0 20 E6 1C 38
Octal 160 172 256 44 36 0 40 346 34 70
Binary 1110000 1111010 10101110 100100 11110 0 100000 11100110 11100 111000

Color Harmonies of #707AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AAE

Black with #707AAE

Text Example


Text Example

White with #707AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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