#707AB7

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

Shades of Chetwode Blue #707AB7

Tints of Chetwode Blue #707AB7

Color information

#707AB7 (or 0x707AB7) is unknown color: approx Chetwode Blue. HEX triplet: 70, 7A and B7. RGB value is (112,122,183). Sum of RGB (Red+Green+Blue) = 112+122+183=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #707AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AB7 is #8F8548. Grayscale: #7D7D7D. Windows color (decimal): -9405769 or 12024432. OLE color: 12024432.

HSL color Cylindrical-coordinate representation of color #707AB7: hue angle of 231.55º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #707AB7 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB112122183-
CMYK0.390.3300.28
HSL231.55º33.02%57.84%-
HSV(B)231.55º38.8%71.76%-
XYZ22.1920.7847.64-
YUV125.96160.19118.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 183 (71.88% from 255) = 43.88%
R=26.86%
G=29.26%
B=43.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121221830.390.3300.28231.5533.0257.84
Hex707AB7272101Ce8213a
Octal16017226747410343504172
Binary111000011110101011011110011110000101110011101000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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