#4a36a0

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

Shades of Blue Gem #4A36A0

Tints of Blue Gem #4A36A0

Color information

#4A36A0 (or 0x4A36A0) is unknown color: approx Blue Gem. HEX triplet: 4A, 36 and A0. RGB value is (74,54,160). Sum of RGB (Red+Green+Blue) = 74+54+160=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A36A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A36A0 is #B5C95F. Grayscale: #474747. Windows color (decimal): -11913568 or 10499658. OLE color: 10499658.

HSL color Cylindrical-coordinate representation of color #4A36A0: hue angle of 251.32º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A36A0 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7454160-
CMYK0.540.6600.37
HSL251.32º49.53%41.96%-
HSV(B)251.32º66.25%62.75%-
XYZ10.496.6333.99-
YUV72.06177.63129.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.69%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=25.69%
G=18.75%
B=55.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal74541600.540.6600.37251.3249.5341.96
Hex4A36A03642025fb322a
Octal11266240661020453736252
Binary1001010110110101000001101101000010010010111111011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a36a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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