#7072BB

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

Shades of Chetwode Blue #7072BB

Tints of Chetwode Blue #7072BB

Color information

#7072BB (or 0x7072BB) is unknown color: approx Chetwode Blue. HEX triplet: 70, 72 and BB. RGB value is (112,114,187). Sum of RGB (Red+Green+Blue) = 112+114+187=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #7072BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072BB is #8F8D44. Grayscale: #797979. Windows color (decimal): -9407813 or 12284528. OLE color: 12284528.

HSL color Cylindrical-coordinate representation of color #7072BB: hue angle of 238.4º 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 #7072BB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112114187-
CMYK0.400.3900.27
HSL238.4º35.55%58.63%-
HSV(B)238.4º40.11%73.33%-
XYZ21.6719.0749.55-
YUV121.72164.84121.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=27.12%
G=27.60%
B=45.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121141870.400.3900.27238.435.5558.63
Hex7072BB282701Bee243b
Octal16016227350470333564473
Binary111000011100101011101110100010011101101111101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7072BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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