#4A219E

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

Shades of Blue Gem #4A219E

Tints of Blue Gem #4A219E

Color information

#4A219E (or 0x4A219E) is unknown color: approx Blue Gem. HEX triplet: 4A, 21 and 9E. RGB value is (74,33,158). Sum of RGB (Red+Green+Blue) = 74+33+158=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A219E is #B5DE61. Grayscale: #3B3B3B. Windows color (decimal): -11918946 or 10363210. OLE color: 10363210.

HSL color Cylindrical-coordinate representation of color #4A219E: hue angle of 259.68º 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 #4A219E is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7433158-
CMYK0.530.7900.38
HSL259.68º65.45%37.45%-
HSV(B)259.68º79.11%61.96%-
XYZ9.545.0132.81-
YUV59.51183.58138.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=27.92%
G=12.45%
B=59.62%

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
Decimal74331580.530.7900.38259.6865.4537.45
Hex4A219E354F0261044125
Octal112412366511704640410145
Binary100101010000110011110110101100111101001101000001001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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