#4732AA

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

Shades of Blue Gem #4732AA

Tints of Blue Gem #4732AA

Color information

#4732AA (or 0x4732AA) is unknown color: approx Blue Gem. HEX triplet: 47, 32 and AA. RGB value is (71,50,170). Sum of RGB (Red+Green+Blue) = 71+50+170=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #4732AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4732AA is #B8CD55. Grayscale: #454545. Windows color (decimal): -12111190 or 11153991. OLE color: 11153991.

HSL color Cylindrical-coordinate representation of color #4732AA: hue angle of 250.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4732AA is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7150170-
CMYK0.580.7100.33
HSL250.5º54.55%43.14%-
HSV(B)250.5º70.59%66.67%-
XYZ10.996.5238.71-
YUV69.96184.46128.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=24.40%
G=17.18%
B=58.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71501700.580.7100.33250.554.5543.14
Hex4732AA3A47021fa372b
Octal10762252721070413726753
Binary1000111110010101010101110101000111010000111111010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4732AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4732AA; }

 p { color: rgb(71,50,170); }

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

<style>
 a { background-color: #4732AA; }

 a { background-color: rgb(71,50,170); }

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

<style>
 span { border-color: #4732AA; }

 span { border-color: rgb(71,50,170); }

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