#707AB4

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

Shades of Chetwode Blue #707AB4

Tints of Chetwode Blue #707AB4

Color information

#707AB4 (or 0x707AB4) is unknown color: approx Chetwode Blue. HEX triplet: 70, 7A and B4. RGB value is (112,122,180). Sum of RGB (Red+Green+Blue) = 112+122+180=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #707AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AB4 is #8F854B. Grayscale: #7D7D7D. Windows color (decimal): -9405772 or 11827824. OLE color: 11827824.

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

Color convert

RGB112122180-
CMYK0.380.3200.29
HSL231.18º31.19%57.25%-
HSV(B)231.18º37.78%70.59%-
XYZ21.8820.6646.01-
YUV125.62158.69118.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 180 (70.70% from 255) = 43.48%
R=27.05%
G=29.47%
B=43.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121221800.380.3200.29231.1831.1957.25
Hex707AB4262001De71f39
Octal16017226446400353473771
Binary11100001111010101101001001101000000111011110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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