#7273AB

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

Shades of Chetwode Blue #7273AB

Tints of Chetwode Blue #7273AB

Color information

#7273AB (or 0x7273AB) is unknown color: approx Chetwode Blue. HEX triplet: 72, 73 and AB. RGB value is (114,115,171). Sum of RGB (Red+Green+Blue) = 114+115+171=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #7273AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7273AB is #8D8C54. Grayscale: #787878. Windows color (decimal): -9276501 or 11236210. OLE color: 11236210.

HSL color Cylindrical-coordinate representation of color #7273AB: hue angle of 238.95º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7273AB is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114115171-
CMYK0.330.3300.33
HSL238.95º25.33%55.88%-
HSV(B)238.95º33.33%67.06%-
XYZ20.4218.7841.08-
YUV121.08156.17122.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=28.5%
G=28.75%
B=42.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141151710.330.3300.33238.9525.3355.88
Hex7273AB2121021ef1938
Octal16216325341410413573170
Binary111001011100111010101110000110000101000011110111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7273AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7273AB; }

 p { color: rgb(114,115,171); }

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

<style>
 a { background-color: #7273AB; }

 a { background-color: rgb(114,115,171); }

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

<style>
 span { border-color: #7273AB; }

 span { border-color: rgb(114,115,171); }

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