#7472AF

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

Shades of Chetwode Blue #7472AF

Tints of Chetwode Blue #7472AF

Color information

#7472AF (or 0x7472AF) is unknown color: approx Chetwode Blue. HEX triplet: 74, 72 and AF. RGB value is (116,114,175). Sum of RGB (Red+Green+Blue) = 116+114+175=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #7472AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7472AF is #8B8D50. Grayscale: #797979. Windows color (decimal): -9145681 or 11498100. OLE color: 11498100.

HSL color Cylindrical-coordinate representation of color #7472AF: hue angle of 241.97º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7472AF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116114175-
CMYK0.340.3500.31
HSL241.97º27.6%56.67%-
HSV(B)241.97º34.86%68.63%-
XYZ20.9618.8443.09-
YUV121.55158.16124.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=28.64%
G=28.15%
B=43.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161141750.340.3500.31241.9727.656.67
Hex7472AF222301Ff21c39
Octal16416225742430373623471
Binary11101001110010101011111000101000110111111111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7472AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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