#7071BF

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

Shades of Chetwode Blue #7071BF

Tints of Chetwode Blue #7071BF

Color information

#7071BF (or 0x7071BF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 71 and BF. RGB value is (112,113,191). Sum of RGB (Red+Green+Blue) = 112+113+191=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #7071BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071BF is #8F8E40. Grayscale: #797979. Windows color (decimal): -9408065 or 12546416. OLE color: 12546416.

HSL color Cylindrical-coordinate representation of color #7071BF: hue angle of 239.24º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7071BF is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112113191-
CMYK0.410.4100.25
HSL239.24º38.16%59.41%-
HSV(B)239.24º41.36%74.9%-
XYZ21.9919.0251.8-
YUV121.59167.17121.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 191 (75% from 255) = 45.91%
R=26.92%
G=27.16%
B=45.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121131910.410.4100.25239.2438.1659.41
Hex7071BF2929019ef263b
Octal16016127751510313574673
Binary111000011100011011111110100110100101100111101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7071BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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