#726DAF

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

Shades of Chetwode Blue #726DAF

Tints of Chetwode Blue #726DAF

Color information

#726DAF (or 0x726DAF) is unknown color: approx Chetwode Blue. HEX triplet: 72, 6D and AF. RGB value is (114,109,175). Sum of RGB (Red+Green+Blue) = 114+109+175=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #726DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726DAF is #8D9250. Grayscale: #757575. Windows color (decimal): -9278033 or 11496818. OLE color: 11496818.

HSL color Cylindrical-coordinate representation of color #726DAF: hue angle of 244.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726DAF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114109175-
CMYK0.350.3800.31
HSL244.55º29.2%55.69%-
HSV(B)244.55º37.71%68.63%-
XYZ20.1517.6142.89-
YUV118.02160.16125.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=28.64%
G=27.39%
B=43.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141091750.350.3800.31244.5529.255.69
Hex726DAF232601Ff51d38
Octal16215525743460373653570
Binary11100101101101101011111000111001100111111111010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,175); }

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

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

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

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

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

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

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