Html Css Color HEX #707AB0 Chetwode Blue

📋 copy color: '#707AB0'

red 112 ◦ green 122 ◦ blue 176

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

Shades of Chetwode Blue #707AB0

Tints of Chetwode Blue #707AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.93%

R = 27.32%
G = 29.76%
B = 42.93%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#707AB0 (or 0x707AB0) is known color: Chetwode Blue. HEX triplet: 70, 7A and B0. RGB value is (112,122,176). Sum of RGB (Red+Green+Blue) = 112+122+176=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 176 - color contains mainly: blue. Hex color #707AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AB0 is #8F854F. Grayscale: #7C7C7C. Windows color (decimal): -9405776 or 11565680. OLE color: 11565680.

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

Color convert

RGB 112 122 176 -
CMYK 0.36 0.31 0 0.31
HSL 230.63º 0.29% 0.56% -
HSV(B) 230.63º 0.36% 0.69% -
XYZ 21.48 20.5 43.9 -
YUV 125.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 112 122 176 0.36 0.31 0 0.31 230.63 0.29 0.56
Hex 70 7A B0 24 1F 0 1F E7 1D 38
Octal 160 172 260 44 37 0 37 347 35 70
Binary 1110000 1111010 10110000 100100 11111 0 11111 11100111 11101 111000

Color Harmonies of #707AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AB0

Black with #707AB0

Text Example


Text Example

White with #707AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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