#4C3DA5

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

Shades of Blue Gem #4C3DA5

Tints of Blue Gem #4C3DA5

Color information

#4C3DA5 (or 0x4C3DA5) is unknown color: approx Blue Gem. HEX triplet: 4C, 3D and A5. RGB value is (76,61,165). Sum of RGB (Red+Green+Blue) = 76+61+165=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 61 (24.22% from 255 or 20.20% 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 #4C3DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3DA5 is #B3C25A. Grayscale: #4C4C4C. Windows color (decimal): -11780699 or 10829132. OLE color: 10829132.

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

Color convert

RGB7661165-
CMYK0.540.6300.35
HSL248.65º46.02%44.31%-
HSV(B)248.65º63.03%64.71%-
XYZ11.447.5936.46-
YUV77.34177.47127.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.17%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 165 (64.84% from 255) = 54.64%
R=25.17%
G=20.20%
B=54.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76611650.540.6300.35248.6546.0244.31
Hex4C3DA5363F023f92e2c
Octal1147524566770433715654
Binary100110011110110100101110110111111010001111111001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,61,165); }

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

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

 a { background-color: rgb(76,61,165); }

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

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

 span { border-color: rgb(76,61,165); }

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