#7072B4

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

Shades of Chetwode Blue #7072B4

Tints of Chetwode Blue #7072B4

Color information

#7072B4 (or 0x7072B4) is unknown color: approx Chetwode Blue. HEX triplet: 70, 72 and B4. RGB value is (112,114,180). Sum of RGB (Red+Green+Blue) = 112+114+180=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #7072B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072B4 is #8F8D4B. Grayscale: #787878. Windows color (decimal): -9407820 or 11825776. OLE color: 11825776.

HSL color Cylindrical-coordinate representation of color #7072B4: hue angle of 238.24º 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 #7072B4 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112114180-
CMYK0.380.3700.29
HSL238.24º31.19%57.25%-
HSV(B)238.24º37.78%70.59%-
XYZ20.9418.7745.7-
YUV120.93161.34121.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=27.59%
G=28.08%
B=44.33%

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
Decimal1121141800.380.3700.29238.2431.1957.25
Hex7072B4262501Dee1f39
Octal16016226446450353563771
Binary11100001110010101101001001101001010111011110111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7072B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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