#726DBF

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

Shades of Chetwode Blue #726DBF

Tints of Chetwode Blue #726DBF

Color information

#726DBF (or 0x726DBF) is unknown color: approx Chetwode Blue. HEX triplet: 72, 6D and BF. RGB value is (114,109,191). Sum of RGB (Red+Green+Blue) = 114+109+191=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #726DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DBF is #8D9240. Grayscale: #777777. Windows color (decimal): -9278017 or 12545394. OLE color: 12545394.

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

Color convert

RGB114109191-
CMYK0.400.4300.25
HSL243.66º39.05%58.82%-
HSV(B)243.66º42.93%74.9%-
XYZ21.8118.2851.67-
YUV119.84168.16123.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 191 (75% from 255) = 46.14%
R=27.54%
G=26.33%
B=46.14%

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
Decimal1141091910.400.4300.25243.6639.0558.82
Hex726DBF282B019f4273b
Octal16215527750530313644773
Binary111001011011011011111110100010101101100111110100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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