#4A2990

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

Shades of Blue Gem #4A2990

Tints of Blue Gem #4A2990

Color information

#4A2990 (or 0x4A2990) is unknown color: approx Blue Gem. HEX triplet: 4A, 29 and 90. RGB value is (74,41,144). Sum of RGB (Red+Green+Blue) = 74+41+144=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A2990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2990 is #B5D66F. Grayscale: #3E3E3E. Windows color (decimal): -11916912 or 9447754. OLE color: 9447754.

HSL color Cylindrical-coordinate representation of color #4A2990: hue angle of 259.22º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A2990 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7441144-
CMYK0.490.7200.44
HSL259.22º55.68%36.27%-
HSV(B)259.22º71.53%56.47%-
XYZ8.655.0626.91-
YUV62.61173.93136.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 144 (56.64% from 255) = 55.60%
R=28.57%
G=15.83%
B=55.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74411440.490.7200.44259.2255.6836.27
Hex4A2990314802C1033824
Octal11251220611100544037044
Binary10010101010011001000011000110010000101100100000011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,144); }

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

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

 a { background-color: rgb(74,41,144); }

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

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

 span { border-color: rgb(74,41,144); }

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