#4a219d

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

Shades of Blue Gem #4A219D

Tints of Blue Gem #4A219D

Color information

#4A219D (or 0x4A219D) is unknown color: approx Blue Gem. HEX triplet: 4A, 21 and 9D. RGB value is (74,33,157). Sum of RGB (Red+Green+Blue) = 74+33+157=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A219D is #B5DE62. Grayscale: #3A3A3A. Windows color (decimal): -11918947 or 10297674. OLE color: 10297674.

HSL color Cylindrical-coordinate representation of color #4A219D: hue angle of 259.84º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A219D is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7433157-
CMYK0.530.7900.38
HSL259.84º65.26%37.25%-
HSV(B)259.84º78.98%61.57%-
XYZ9.454.9832.36-
YUV59.4183.08138.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.03%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 157 (61.72% from 255) = 59.47%
R=28.03%
G=12.5%
B=59.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74331570.530.7900.38259.8465.2637.25
Hex4A219D354F0261044125
Octal112412356511704640410145
Binary100101010000110011101110101100111101001101000001001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a219d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,33,157); }

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

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

 a { background-color: rgb(74,33,157); }

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

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

 span { border-color: rgb(74,33,157); }

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