#4C3DA6

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

Shades of Blue Gem #4C3DA6

Tints of Blue Gem #4C3DA6

Color information

#4C3DA6 (or 0x4C3DA6) is unknown color: approx Blue Gem. HEX triplet: 4C, 3D and A6. RGB value is (76,61,166). Sum of RGB (Red+Green+Blue) = 76+61+166=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #4C3DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3DA6 is #B3C259. Grayscale: #4D4D4D. Windows color (decimal): -11780698 or 10894668. OLE color: 10894668.

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

Color convert

RGB7661166-
CMYK0.540.6300.35
HSL248.57º46.26%44.51%-
HSV(B)248.57º63.25%65.1%-
XYZ11.537.6336.94-
YUV77.45177.97126.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 166 (65.23% from 255) = 54.79%
R=25.08%
G=20.13%
B=54.79%

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
Decimal76611660.540.6300.35248.5746.2644.51
Hex4C3DA6363F023f92e2d
Octal1147524666770433715655
Binary100110011110110100110110110111111010001111111001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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