#4D2CAA

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

Shades of Blue Gem #4D2CAA

Tints of Blue Gem #4D2CAA

Color information

#4D2CAA (or 0x4D2CAA) is unknown color: approx Blue Gem. HEX triplet: 4D, 2C and AA. RGB value is (77,44,170). Sum of RGB (Red+Green+Blue) = 77+44+170=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D2CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2CAA is #B2D355. Grayscale: #434343. Windows color (decimal): -11719510 or 11152461. OLE color: 11152461.

HSL color Cylindrical-coordinate representation of color #4D2CAA: hue angle of 255.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2CAA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7744170-
CMYK0.550.7400.33
HSL255.71º58.88%41.96%-
HSV(B)255.71º74.12%66.67%-
XYZ11.226.2838.65-
YUV68.23185.43134.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.46%
GREEN value IS 44 (17.58% from 255) = 15.12%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=26.46%
G=15.12%
B=58.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77441700.550.7400.33255.7158.8841.96
Hex4D2CAA374A0211003b2a
Octal11554252671120414007352
Binary10011011011001010101011011110010100100001100000000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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