#4732A3

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

Shades of Blue Gem #4732A3

Tints of Blue Gem #4732A3

Color information

#4732A3 (or 0x4732A3) is unknown color: approx Blue Gem. HEX triplet: 47, 32 and A3. RGB value is (71,50,163). Sum of RGB (Red+Green+Blue) = 71+50+163=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #4732A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4732A3 is #B8CD5C. Grayscale: #444444. Windows color (decimal): -12111197 or 10695239. OLE color: 10695239.

HSL color Cylindrical-coordinate representation of color #4732A3: hue angle of 251.15º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4732A3 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7150163-
CMYK0.560.6900.36
HSL251.15º53.05%41.76%-
HSV(B)251.15º69.33%63.92%-
XYZ10.356.2735.31-
YUV69.16180.96129.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 163 (64.06% from 255) = 57.39%
R=25%
G=17.61%
B=57.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71501630.560.6900.36251.1553.0541.76
Hex4732A33845024fb352a
Octal10762243701050443736552
Binary1000111110010101000111110001000101010010011111011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4732A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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