#707AB1

Color #707AB1 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #707AB1

Tints of Chetwode Blue #707AB1

Color information

#707AB1 (or 0x707AB1) is unknown color: approx Chetwode Blue. HEX triplet: 70, 7A and B1. RGB value is (112,122,177). Sum of RGB (Red+Green+Blue) = 112+122+177=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #707AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AB1 is #8F854E. Grayscale: #7D7D7D. Windows color (decimal): -9405775 or 11631216. OLE color: 11631216.

HSL color Cylindrical-coordinate representation of color #707AB1: hue angle of 230.77º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #707AB1 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112122177-
CMYK0.370.3100.31
HSL230.77º29.41%56.67%-
HSV(B)230.77º36.72%69.41%-
XYZ21.5820.5444.42-
YUV125.28157.19118.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 177 (69.53% from 255) = 43.07%
R=27.25%
G=29.68%
B=43.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121221770.370.3100.31230.7729.4156.67
Hex707AB1251F01Fe71d39
Octal16017226145370373473571
Binary1110000111101010110001100101111110111111110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #707AB1;
 }
 .AnyTagClassName
 {
   color: #707AB1;
 }
</style>
background-color css

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

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

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

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

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

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