#726FBA

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

Shades of Chetwode Blue #726FBA

Tints of Chetwode Blue #726FBA

Color information

#726FBA (or 0x726FBA) is unknown color: approx Chetwode Blue. HEX triplet: 72, 6F and BA. RGB value is (114,111,186). Sum of RGB (Red+Green+Blue) = 114+111+186=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #726FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FBA is #8D9045. Grayscale: #787878. Windows color (decimal): -9277510 or 12218226. OLE color: 12218226.

HSL color Cylindrical-coordinate representation of color #726FBA: hue angle of 242.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726FBA is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114111186-
CMYK0.390.4000.27
HSL242.4º35.21%58.24%-
HSV(B)242.4º40.32%72.94%-
XYZ21.4918.4948.89-
YUV120.45164.99123.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=27.74%
G=27.01%
B=45.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141111860.390.4000.27242.435.2158.24
Hex726FBA272801Bf2233a
Octal16215727247500333624372
Binary111001011011111011101010011110100001101111110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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