#4A3391

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

Shades of Blue Gem #4A3391

Tints of Blue Gem #4A3391

Color information

#4A3391 (or 0x4A3391) is unknown color: approx Blue Gem. HEX triplet: 4A, 33 and 91. RGB value is (74,51,145). Sum of RGB (Red+Green+Blue) = 74+51+145=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A3391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3391 is #B5CC6E. Grayscale: #444444. Windows color (decimal): -11914351 or 9515850. OLE color: 9515850.

HSL color Cylindrical-coordinate representation of color #4A3391: hue angle of 254.68º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A3391 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7451145-
CMYK0.490.6500.43
HSL254.68º47.96%38.43%-
HSV(B)254.68º64.83%56.86%-
XYZ9.125.8727.44-
YUV68.59171.12131.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.41%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 145 (57.03% from 255) = 53.70%
R=27.41%
G=18.89%
B=53.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74511450.490.6500.43254.6847.9638.43
Hex4A3391314102Bff3026
Octal11263221611010533776046
Binary1001010110011100100011100011000001010101111111111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,51,145); }

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

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

 a { background-color: rgb(74,51,145); }

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

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

 span { border-color: rgb(74,51,145); }

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