#4A3491

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

Shades of Blue Gem #4A3491

Tints of Blue Gem #4A3491

Color information

#4A3491 (or 0x4A3491) is unknown color: approx Blue Gem. HEX triplet: 4A, 34 and 91. RGB value is (74,52,145). Sum of RGB (Red+Green+Blue) = 74+52+145=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A3491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3491 is #B5CB6E. Grayscale: #444444. Windows color (decimal): -11914095 or 9516106. OLE color: 9516106.

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

Color convert

RGB7452145-
CMYK0.490.6400.43
HSL254.19º47.21%38.63%-
HSV(B)254.19º64.14%56.86%-
XYZ9.165.9627.45-
YUV69.18170.79131.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.31%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=27.31%
G=19.19%
B=53.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74521450.490.6400.43254.1947.2138.63
Hex4A3491314002Bfe2f27
Octal11264221611000533765747
Binary1001010110100100100011100011000000010101111111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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