#7072B6

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

Shades of Chetwode Blue #7072B6

Tints of Chetwode Blue #7072B6

Color information

#7072B6 (or 0x7072B6) is unknown color: approx Chetwode Blue. HEX triplet: 70, 72 and B6. RGB value is (112,114,182). Sum of RGB (Red+Green+Blue) = 112+114+182=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #7072B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072B6 is #8F8D49. Grayscale: #787878. Windows color (decimal): -9407818 or 11956848. OLE color: 11956848.

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

Color convert

RGB112114182-
CMYK0.380.3700.29
HSL238.29º32.41%57.65%-
HSV(B)238.29º38.46%71.37%-
XYZ21.1418.8646.78-
YUV121.15162.34121.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 182 (71.48% from 255) = 44.61%
R=27.45%
G=27.94%
B=44.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121141820.380.3700.29238.2932.4157.65
Hex7072B6262501Dee203a
Octal16016226646450353564072
Binary111000011100101011011010011010010101110111101110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7072B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7072B6; }

 p { color: rgb(112,114,182); }

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

<style>
 a { background-color: #7072B6; }

 a { background-color: rgb(112,114,182); }

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

<style>
 span { border-color: #7072B6; }

 span { border-color: rgb(112,114,182); }

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