#7472aa

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

Shades of Chetwode Blue #7472AA

Tints of Chetwode Blue #7472AA

Color information

#7472AA (or 0x7472AA) is unknown color: approx Chetwode Blue. HEX triplet: 74, 72 and AA. RGB value is (116,114,170). Sum of RGB (Red+Green+Blue) = 116+114+170=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #7472AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7472AA is #8B8D55. Grayscale: #787878. Windows color (decimal): -9145686 or 11170420. OLE color: 11170420.

HSL color Cylindrical-coordinate representation of color #7472AA: hue angle of 242.14º 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 #7472AA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116114170-
CMYK0.320.3300.33
HSL242.14º24.78%55.69%-
HSV(B)242.14º32.94%66.67%-
XYZ20.4818.6540.55-
YUV120.98155.66124.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=29%
G=28.5%
B=42.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161141700.320.3300.33242.1424.7855.69
Hex7472AA2021021f21938
Octal16416225240410413623170
Binary111010011100101010101010000010000101000011111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7472aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7472aa; }

 p { color: rgb(116,114,170); }

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

<style>
 a { background-color: #7472aa; }

 a { background-color: rgb(116,114,170); }

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

<style>
 span { border-color: #7472aa; }

 span { border-color: rgb(116,114,170); }

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