#4A3A89

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

Shades of Blue Gem #4A3A89

Tints of Blue Gem #4A3A89

Color information

#4A3A89 (or 0x4A3A89) is unknown color: approx Blue Gem. HEX triplet: 4A, 3A and 89. RGB value is (74,58,137). Sum of RGB (Red+Green+Blue) = 74+58+137=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A3A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3A89 is #B5C576. Grayscale: #474747. Windows color (decimal): -11912567 or 8993354. OLE color: 8993354.

HSL color Cylindrical-coordinate representation of color #4A3A89: hue angle of 252.15º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A3A89 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7458137-
CMYK0.460.5800.46
HSL252.15º40.51%38.24%-
HSV(B)252.15º57.66%53.73%-
XYZ8.856.2924.41-
YUV71.79164.8129.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.51%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=27.51%
G=21.56%
B=50.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74581370.460.5800.46252.1540.5138.24
Hex4A3A892E3A02Efc2926
Octal1127221156720563745146
Binary100101011101010001001101110111010010111011111100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,58,137); }

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

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

 a { background-color: rgb(74,58,137); }

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

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

 span { border-color: rgb(74,58,137); }

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