#7071BB

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

Shades of Chetwode Blue #7071BB

Tints of Chetwode Blue #7071BB

Color information

#7071BB (or 0x7071BB) is unknown color: approx Chetwode Blue. HEX triplet: 70, 71 and BB. RGB value is (112,113,187). Sum of RGB (Red+Green+Blue) = 112+113+187=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #7071BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071BB is #8F8E44. Grayscale: #787878. Windows color (decimal): -9408069 or 12284272. OLE color: 12284272.

HSL color Cylindrical-coordinate representation of color #7071BB: hue angle of 239.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7071BB is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112113187-
CMYK0.400.4000.27
HSL239.2º35.55%58.63%-
HSV(B)239.2º40.11%73.33%-
XYZ21.5618.8449.51-
YUV121.14165.17121.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=27.18%
G=27.43%
B=45.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121131870.400.4000.27239.235.5558.63
Hex7071BB282801Bef243b
Octal16016127350500333574473
Binary111000011100011011101110100010100001101111101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7071BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7071BB; }

 p { color: rgb(112,113,187); }

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

<style>
 a { background-color: #7071BB; }

 a { background-color: rgb(112,113,187); }

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

<style>
 span { border-color: #7071BB; }

 span { border-color: rgb(112,113,187); }

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