#4A3496

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

Shades of Blue Gem #4A3496

Tints of Blue Gem #4A3496

Color information

#4A3496 (or 0x4A3496) is unknown color: approx Blue Gem. HEX triplet: 4A, 34 and 96. RGB value is (74,52,150). Sum of RGB (Red+Green+Blue) = 74+52+150=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A3496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3496 is #B5CB69. Grayscale: #454545. Windows color (decimal): -11914090 or 9843786. OLE color: 9843786.

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

Color convert

RGB7452150-
CMYK0.510.6500.41
HSL253.47º48.51%39.61%-
HSV(B)253.47º65.33%58.82%-
XYZ9.566.1129.53-
YUV69.75173.29131.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 150 (58.98% from 255) = 54.35%
R=26.81%
G=18.84%
B=54.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74521500.510.6500.41253.4748.5139.61
Hex4A34963341029fd3128
Octal11264226631010513756150
Binary1001010110100100101101100111000001010100111111101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,52,150); }

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

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

 a { background-color: rgb(74,52,150); }

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

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

 span { border-color: rgb(74,52,150); }

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