#4A3582

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

Shades of Blue Gem #4A3582

Tints of Blue Gem #4A3582

Color information

#4A3582 (or 0x4A3582) is unknown color: approx Blue Gem. HEX triplet: 4A, 35 and 82. RGB value is (74,53,130). Sum of RGB (Red+Green+Blue) = 74+53+130=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A3582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3582 is #B5CA7D. Grayscale: #434343. Windows color (decimal): -11913854 or 8533322. OLE color: 8533322.

HSL color Cylindrical-coordinate representation of color #4A3582: hue angle of 256.36º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A3582 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7453130-
CMYK0.430.5900.49
HSL256.36º42.08%35.88%-
HSV(B)256.36º59.23%50.98%-
XYZ8.135.6121.77-
YUV68.06162.96132.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=28.79%
G=20.62%
B=50.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74531300.430.5900.49256.3642.0835.88
Hex4A35822B3B0311002a24
Octal1126520253730614005244
Binary1001010110101100000101010111110110110001100000000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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