#4D3AAA

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

Shades of Blue Gem #4D3AAA

Tints of Blue Gem #4D3AAA

Color information

#4D3AAA (or 0x4D3AAA) is unknown color: approx Blue Gem. HEX triplet: 4D, 3A and AA. RGB value is (77,58,170). Sum of RGB (Red+Green+Blue) = 77+58+170=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3AAA is #B2C555. Grayscale: #4C4C4C. Windows color (decimal): -11715926 or 11156045. OLE color: 11156045.

HSL color Cylindrical-coordinate representation of color #4D3AAA: hue angle of 250.18º 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 #4D3AAA is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7758170-
CMYK0.550.6600.33
HSL250.18º49.12%44.71%-
HSV(B)250.18º65.88%66.67%-
XYZ11.837.5138.86-
YUV76.45180.79128.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.25%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=25.25%
G=19.02%
B=55.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77581700.550.6600.33250.1849.1244.71
Hex4D3AAA3742021fa312d
Octal11572252671020413726155
Binary1001101111010101010101101111000010010000111111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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