#4A2C99

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

Shades of Blue Gem #4A2C99

Tints of Blue Gem #4A2C99

Color information

#4A2C99 (or 0x4A2C99) is unknown color: approx Blue Gem. HEX triplet: 4A, 2C and 99. RGB value is (74,44,153). Sum of RGB (Red+Green+Blue) = 74+44+153=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A2C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2C99 is #B5D366. Grayscale: #404040. Windows color (decimal): -11916135 or 10038346. OLE color: 10038346.

HSL color Cylindrical-coordinate representation of color #4A2C99: hue angle of 256.51º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A2C99 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7444153-
CMYK0.520.7100.4
HSL256.51º55.33%38.63%-
HSV(B)256.51º71.24%60%-
XYZ9.475.5630.71-
YUV65.4177.44134.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.31%
GREEN value IS 44 (17.58% from 255) = 16.24%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=27.31%
G=16.24%
B=56.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74441530.520.7100.4256.5155.3338.63
Hex4A2C9934470281013727
Octal11254231641070504016747
Binary10010101011001001100111010010001110101000100000001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,44,153); }

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

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

 a { background-color: rgb(74,44,153); }

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

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

 span { border-color: rgb(74,44,153); }

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