#4a2d91

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

Shades of Blue Gem #4A2D91

Tints of Blue Gem #4A2D91

Color information

#4A2D91 (or 0x4A2D91) is unknown color: approx Blue Gem. HEX triplet: 4A, 2D and 91. RGB value is (74,45,145). Sum of RGB (Red+Green+Blue) = 74+45+145=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A2D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2D91 is #B5D26E. Grayscale: #404040. Windows color (decimal): -11915887 or 9514314. OLE color: 9514314.

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

Color convert

RGB7445145-
CMYK0.490.6900.43
HSL257.4º52.63%37.25%-
HSV(B)257.4º68.97%56.86%-
XYZ8.875.3827.36-
YUV65.07173.11134.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.03%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=28.03%
G=17.05%
B=54.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74451450.490.6900.43257.452.6337.25
Hex4A2D91314502B1013525
Octal11255221611050534016545
Binary10010101011011001000111000110001010101011100000001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a2d91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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