#4A36AE

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

Shades of Blue Gem #4A36AE

Tints of Blue Gem #4A36AE

Color information

#4A36AE (or 0x4A36AE) is unknown color: approx Blue Gem. HEX triplet: 4A, 36 and AE. RGB value is (74,54,174). Sum of RGB (Red+Green+Blue) = 74+54+174=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A36AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A36AE is #B5C951. Grayscale: #494949. Windows color (decimal): -11913554 or 11417162. OLE color: 11417162.

HSL color Cylindrical-coordinate representation of color #4A36AE: hue angle of 250º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A36AE is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7454174-
CMYK0.570.6900.32
HSL250º52.63%44.71%-
HSV(B)250º68.97%68.24%-
XYZ11.787.1540.8-
YUV73.66184.63128.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.50%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=24.50%
G=17.88%
B=57.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74541740.570.6900.3225052.6344.71
Hex4A36AE3945020fa352d
Octal11266256711050403726555
Binary1001010110110101011101110011000101010000011111010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A36AE; }

 p { color: rgb(74,54,174); }

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

<style>
 a { background-color: #4A36AE; }

 a { background-color: rgb(74,54,174); }

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

<style>
 span { border-color: #4A36AE; }

 span { border-color: rgb(74,54,174); }

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