#4C359D

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

Shades of Blue Gem #4C359D

Tints of Blue Gem #4C359D

Color information

#4C359D (or 0x4C359D) is unknown color: approx Blue Gem. HEX triplet: 4C, 35 and 9D. RGB value is (76,53,157). Sum of RGB (Red+Green+Blue) = 76+53+157=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C359D is #B3CA62. Grayscale: #474747. Windows color (decimal): -11782755 or 10302796. OLE color: 10302796.

HSL color Cylindrical-coordinate representation of color #4C359D: hue angle of 253.27º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C359D is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7653157-
CMYK0.520.6600.38
HSL253.27º49.52%41.18%-
HSV(B)253.27º66.24%61.57%-
XYZ10.346.5232.61-
YUV71.73176.12131.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 53 (21.09% from 255) = 18.53%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=26.57%
G=18.53%
B=54.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76531570.520.6600.38253.2749.5241.18
Hex4C359D3442026fd3229
Octal11465235641020463756251
Binary1001100110101100111011101001000010010011011111101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,157); }

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

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

 a { background-color: rgb(76,53,157); }

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

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

 span { border-color: rgb(76,53,157); }

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