#4A3AAA

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

Shades of Blue Gem #4A3AAA

Tints of Blue Gem #4A3AAA

Color information

#4A3AAA (or 0x4A3AAA) is unknown color: approx Blue Gem. HEX triplet: 4A, 3A and AA. RGB value is (74,58,170). Sum of RGB (Red+Green+Blue) = 74+58+170=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3AAA is #B5C555. Grayscale: #4B4B4B. Windows color (decimal): -11912534 or 11156042. OLE color: 11156042.

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

Color convert

RGB7458170-
CMYK0.560.6600.33
HSL248.57º49.12%44.71%-
HSV(B)248.57º65.88%66.67%-
XYZ11.597.3838.84-
YUV75.55181.3126.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.50%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=24.50%
G=19.21%
B=56.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74581700.560.6600.33248.5749.1244.71
Hex4A3AAA3842021f9312d
Octal11272252701020413716155
Binary1001010111010101010101110001000010010000111111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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