#4935AE

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

Shades of Blue Gem #4935AE

Tints of Blue Gem #4935AE

Color information

#4935AE (or 0x4935AE) is unknown color: approx Blue Gem. HEX triplet: 49, 35 and AE. RGB value is (73,53,174). Sum of RGB (Red+Green+Blue) = 73+53+174=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #4935AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4935AE is #B6CA51. Grayscale: #484848. Windows color (decimal): -11979346 or 11416905. OLE color: 11416905.

HSL color Cylindrical-coordinate representation of color #4935AE: hue angle of 249.92º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4935AE is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7353174-
CMYK0.580.7000.32
HSL249.92º53.3%44.51%-
HSV(B)249.92º69.54%68.24%-
XYZ11.667.0240.78-
YUV72.77185.13128.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 174 (68.36% from 255) = 58%
R=24.33%
G=17.67%
B=58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73531740.580.7000.32249.9253.344.51
Hex4935AE3A46020fa352d
Octal11165256721060403726555
Binary1001001110101101011101110101000110010000011111010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4935AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,53,174); }

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

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

 a { background-color: rgb(73,53,174); }

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

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

 span { border-color: rgb(73,53,174); }

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