#726FAD

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

Shades of Chetwode Blue #726FAD

Tints of Chetwode Blue #726FAD

Color information

#726FAD (or 0x726FAD) is unknown color: approx Chetwode Blue. HEX triplet: 72, 6F and AD. RGB value is (114,111,173). Sum of RGB (Red+Green+Blue) = 114+111+173=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #726FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FAD is #8D9052. Grayscale: #767676. Windows color (decimal): -9277523 or 11366258. OLE color: 11366258.

HSL color Cylindrical-coordinate representation of color #726FAD: hue angle of 242.9º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #726FAD is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114111173-
CMYK0.340.3600.32
HSL242.9º27.43%55.69%-
HSV(B)242.9º35.84%67.84%-
XYZ20.1717.9641.94-
YUV118.96158.49124.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=28.64%
G=27.89%
B=43.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141111730.340.3600.32242.927.4355.69
Hex726FAD2224020f31b38
Octal16215725542440403633370
Binary111001011011111010110110001010010001000001111001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726FAD; }

 p { color: rgb(114,111,173); }

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

<style>
 a { background-color: #726FAD; }

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

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

<style>
 span { border-color: #726FAD; }

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

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