#4A2393

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

Shades of Blue Gem #4A2393

Tints of Blue Gem #4A2393

Color information

#4A2393 (or 0x4A2393) is unknown color: approx Blue Gem. HEX triplet: 4A, 23 and 93. RGB value is (74,35,147). Sum of RGB (Red+Green+Blue) = 74+35+147=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A2393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2393 is #B5DC6C. Grayscale: #3B3B3B. Windows color (decimal): -11918445 or 9642826. OLE color: 9642826.

HSL color Cylindrical-coordinate representation of color #4A2393: hue angle of 260.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A2393 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7435147-
CMYK0.500.7600.42
HSL260.89º61.54%35.69%-
HSV(B)260.89º76.19%57.65%-
XYZ8.694.7628.07-
YUV59.43177.42138.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=28.91%
G=13.67%
B=57.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74351470.500.7600.42260.8961.5435.69
Hex4A2393324C02A1053e24
Octal11243223621140524057644
Binary10010101000111001001111001010011000101010100000101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,35,147); }

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

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

 a { background-color: rgb(74,35,147); }

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

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

 span { border-color: rgb(74,35,147); }

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