#726CBE

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

Shades of Chetwode Blue #726CBE

Tints of Chetwode Blue #726CBE

Color information

#726CBE (or 0x726CBE) is unknown color: approx Chetwode Blue. HEX triplet: 72, 6C and BE. RGB value is (114,108,190). Sum of RGB (Red+Green+Blue) = 114+108+190=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #726CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CBE is #8D9341. Grayscale: #767676. Windows color (decimal): -9278274 or 12479602. OLE color: 12479602.

HSL color Cylindrical-coordinate representation of color #726CBE: hue angle of 244.39º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #726CBE is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114108190-
CMYK0.400.4300.25
HSL244.39º38.68%58.43%-
HSV(B)244.39º43.16%74.51%-
XYZ21.618.0251.06-
YUV119.14167.99124.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=27.67%
G=26.21%
B=46.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141081900.400.4300.25244.3938.6858.43
Hex726CBE282B019f4273a
Octal16215427650530313644772
Binary111001011011001011111010100010101101100111110100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,190); }

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

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

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

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

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

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

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