Html Css Color HEX #707BAF Chetwode Blue

📋 copy color: '#707BAF'

red 112 ◦ green 123 ◦ blue 175

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

Shades of Chetwode Blue #707BAF

Tints of Chetwode Blue #707BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30%

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

R = 27.32%
G = 30%
B = 42.68%

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

#707BAF (or 0x707BAF) is known color: Chetwode Blue. HEX triplet: 70, 7B and AF. RGB value is (112,123,175). Sum of RGB (Red+Green+Blue) = 112+123+175=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #707BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BAF is #8F8450. Grayscale: #7D7D7D. Windows color (decimal): -9405521 or 11500400. OLE color: 11500400.

HSL color Cylindrical-coordinate representation of color #707BAF: hue angle of 229.52º 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 #707BAF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 123 175 -
CMYK 0.36 0.30 0 0.31
HSL 229.52º 0.28% 0.56% -
HSV(B) 229.52º 0.36% 0.69% -
XYZ 21.5 20.71 43.42 -
YUV 125.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 112 123 175 0.36 0.30 0 0.31 229.52 0.28 0.56
Hex 70 7B AF 24 1E 0 1F E6 1C 38
Octal 160 173 257 44 36 0 37 346 34 70
Binary 1110000 1111011 10101111 100100 11110 0 11111 11100110 11100 111000

Color Harmonies of #707BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BAF

Black with #707BAF

Text Example


Text Example

White with #707BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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