#4D3CA5

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

Shades of Blue Gem #4D3CA5

Tints of Blue Gem #4D3CA5

Color information

#4D3CA5 (or 0x4D3CA5) is unknown color: approx Blue Gem. HEX triplet: 4D, 3C and A5. RGB value is (77,60,165). Sum of RGB (Red+Green+Blue) = 77+60+165=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 165 (64.84% from 255 or 54.64% from 302); Max value from RGB is 165 - color contains mainly: blue. Hex color #4D3CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3CA5 is #B2C35A. Grayscale: #4C4C4C. Windows color (decimal): -11715419 or 10828877. OLE color: 10828877.

HSL color Cylindrical-coordinate representation of color #4D3CA5: hue angle of 249.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D3CA5 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7760165-
CMYK0.530.6400.35
HSL249.71º46.67%44.12%-
HSV(B)249.71º63.64%64.71%-
XYZ11.477.5336.45-
YUV77.05177.63127.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 60 (23.83% from 255) = 19.87%
BLUE value IS 165 (64.84% from 255) = 54.64%
R=25.50%
G=19.87%
B=54.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal77601650.530.6400.35249.7146.6744.12
Hex4D3CA53540023fa2f2c
Octal11574245651000433725754
Binary1001101111100101001011101011000000010001111111010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,60,165); }

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

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

 a { background-color: rgb(77,60,165); }

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

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

 span { border-color: rgb(77,60,165); }

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