Html Css Color HEX #707AAF Chetwode Blue

📋 copy color: '#707AAF'

red 112 ◦ green 122 ◦ blue 175

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

Shades of Chetwode Blue #707AAF

Tints of Chetwode Blue #707AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 27.38%
G = 29.83%
B = 42.79%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#707AAF (or 0x707AAF) is known color: Chetwode Blue. HEX triplet: 70, 7A and AF. RGB value is (112,122,175). Sum of RGB (Red+Green+Blue) = 112+122+175=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #707AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AAF is #8F8550. Grayscale: #7C7C7C. Windows color (decimal): -9405777 or 11500144. OLE color: 11500144.

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

Color convert

RGB 112 122 175 -
CMYK 0.36 0.30 0 0.31
HSL 230.48º 0.28% 0.56% -
HSV(B) 230.48º 0.36% 0.69% -
XYZ 21.38 20.46 43.38 -
YUV 125.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 112 122 175 0.36 0.30 0 0.31 230.48 0.28 0.56
Hex 70 7A AF 24 1E 0 1F E6 1C 38
Octal 160 172 257 44 36 0 37 346 34 70
Binary 1110000 1111010 10101111 100100 11110 0 11111 11100110 11100 111000

Color Harmonies of #707AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AAF

Black with #707AAF

Text Example


Text Example

White with #707AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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