#4A37AA

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

Shades of Blue Gem #4A37AA

Tints of Blue Gem #4A37AA

Color information

#4A37AA (or 0x4A37AA) is unknown color: approx Blue Gem. HEX triplet: 4A, 37 and AA. RGB value is (74,55,170). Sum of RGB (Red+Green+Blue) = 74+55+170=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A37AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A37AA is #B5C855. Grayscale: #494949. Windows color (decimal): -11913302 or 11155274. OLE color: 11155274.

HSL color Cylindrical-coordinate representation of color #4A37AA: hue angle of 249.91º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A37AA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7455170-
CMYK0.560.6800.33
HSL249.91º51.11%44.12%-
HSV(B)249.91º67.65%66.67%-
XYZ11.457.0938.8-
YUV73.79182.29128.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=24.75%
G=18.39%
B=56.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74551700.560.6800.33249.9151.1144.12
Hex4A37AA3844021fa332c
Octal11267252701040413726354
Binary1001010110111101010101110001000100010000111111010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A37AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,55,170); }

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

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

 a { background-color: rgb(74,55,170); }

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

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

 span { border-color: rgb(74,55,170); }

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