#4A3E93

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

Shades of Blue Gem #4A3E93

Tints of Blue Gem #4A3E93

Color information

#4A3E93 (or 0x4A3E93) is unknown color: approx Blue Gem. HEX triplet: 4A, 3E and 93. RGB value is (74,62,147). Sum of RGB (Red+Green+Blue) = 74+62+147=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A3E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3E93 is #B5C16C. Grayscale: #4A4A4A. Windows color (decimal): -11911533 or 9649738. OLE color: 9649738.

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

Color convert

RGB7462147-
CMYK0.500.5800.42
HSL248.47º40.67%40.98%-
HSV(B)248.47º57.82%57.65%-
XYZ9.817.0128.44-
YUV75.28168.48127.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.15%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=26.15%
G=21.91%
B=51.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74621470.500.5800.42248.4740.6740.98
Hex4A3E93323A02Af82929
Octal1127622362720523705151
Binary100101011111010010011110010111010010101011111000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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