#4A3589

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

Shades of Blue Gem #4A3589

Tints of Blue Gem #4A3589

Color information

#4A3589 (or 0x4A3589) is unknown color: approx Blue Gem. HEX triplet: 4A, 35 and 89. RGB value is (74,53,137). Sum of RGB (Red+Green+Blue) = 74+53+137=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A3589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3589 is #B5CA76. Grayscale: #444444. Windows color (decimal): -11913847 or 8992074. OLE color: 8992074.

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

Color convert

RGB7453137-
CMYK0.460.6100.46
HSL255º44.21%37.25%-
HSV(B)255º61.31%53.73%-
XYZ8.615.8124.33-
YUV68.85166.46131.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.03%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 137 (53.91% from 255) = 51.89%
R=28.03%
G=20.08%
B=51.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74531370.460.6100.4625544.2137.25
Hex4A35892E3D02Eff2c25
Octal1126521156750563775445
Binary100101011010110001001101110111101010111011111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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