#4731AE

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

Shades of Blue Gem #4731AE

Tints of Blue Gem #4731AE

Color information

#4731AE (or 0x4731AE) is unknown color: approx Blue Gem. HEX triplet: 47, 31 and AE. RGB value is (71,49,174). Sum of RGB (Red+Green+Blue) = 71+49+174=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #4731AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4731AE is #B8CE51. Grayscale: #454545. Windows color (decimal): -12111442 or 11415879. OLE color: 11415879.

HSL color Cylindrical-coordinate representation of color #4731AE: hue angle of 250.56º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4731AE is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7149174-
CMYK0.590.7200.32
HSL250.56º56.05%43.73%-
HSV(B)250.56º71.84%68.24%-
XYZ11.346.5940.72-
YUV69.83186.79128.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=24.15%
G=16.67%
B=59.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71491740.590.7200.32250.5656.0543.73
Hex4731AE3B48020fb382c
Octal10761256731100403737054
Binary1000111110001101011101110111001000010000011111011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4731AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4731AE; }

 p { color: rgb(71,49,174); }

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

<style>
 a { background-color: #4731AE; }

 a { background-color: rgb(71,49,174); }

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

<style>
 span { border-color: #4731AE; }

 span { border-color: rgb(71,49,174); }

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