#726EB3

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

Shades of Chetwode Blue #726EB3

Tints of Chetwode Blue #726EB3

Color information

#726EB3 (or 0x726EB3) is unknown color: approx Chetwode Blue. HEX triplet: 72, 6E and B3. RGB value is (114,110,179). Sum of RGB (Red+Green+Blue) = 114+110+179=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #726EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EB3 is #8D914C. Grayscale: #767676. Windows color (decimal): -9277773 or 11759218. OLE color: 11759218.

HSL color Cylindrical-coordinate representation of color #726EB3: hue angle of 243.48º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726EB3 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB114110179-
CMYK0.360.3900.30
HSL243.48º31.22%56.67%-
HSV(B)243.48º38.55%70.2%-
XYZ20.6517.9845.03-
YUV119.06161.83124.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 179 (70.31% from 255) = 44.42%
R=28.29%
G=27.30%
B=44.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141101790.360.3900.30243.4831.2256.67
Hex726EB3242701Ef31f39
Octal16215626344470363633771
Binary11100101101110101100111001001001110111101111001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,110,179); }

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

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

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

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

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

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

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