#7272AC

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

Shades of Chetwode Blue #7272AC

Tints of Chetwode Blue #7272AC

Color information

#7272AC (or 0x7272AC) is unknown color: approx Chetwode Blue. HEX triplet: 72, 72 and AC. RGB value is (114,114,172). Sum of RGB (Red+Green+Blue) = 114+114+172=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #7272AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7272AC is #8D8D53. Grayscale: #787878. Windows color (decimal): -9276756 or 11301490. OLE color: 11301490.

HSL color Cylindrical-coordinate representation of color #7272AC: hue angle of 240º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7272AC is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114114172-
CMYK0.340.3400.33
HSL240º25.89%56.08%-
HSV(B)240º33.72%67.45%-
XYZ20.418.5941.54-
YUV120.61157123.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 172 (67.58% from 255) = 43%
R=28.5%
G=28.5%
B=43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141141720.340.3400.3324025.8956.08
Hex7272AC2222021f01a38
Octal16216225442420413603270
Binary111001011100101010110010001010001001000011111000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7272AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7272AC; }

 p { color: rgb(114,114,172); }

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

<style>
 a { background-color: #7272AC; }

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

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

<style>
 span { border-color: #7272AC; }

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

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