#4C3786

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

Shades of Blue Gem #4C3786

Tints of Blue Gem #4C3786

Color information

#4C3786 (or 0x4C3786) is unknown color: approx Blue Gem. HEX triplet: 4C, 37 and 86. RGB value is (76,55,134). Sum of RGB (Red+Green+Blue) = 76+55+134=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #4C3786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3786 is #B3C879. Grayscale: #454545. Windows color (decimal): -11782266 or 8795980. OLE color: 8795980.

HSL color Cylindrical-coordinate representation of color #4C3786: hue angle of 255.95º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C3786 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7655134-
CMYK0.430.5900.47
HSL255.95º41.8%37.06%-
HSV(B)255.95º58.96%52.55%-
XYZ8.655.9923.25-
YUV70.28163.96132.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=28.68%
G=20.75%
B=50.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76551340.430.5900.47255.9541.837.06
Hex4C37862B3B02F1002a25
Octal1146720653730574005245
Binary1001100110111100001101010111110110101111100000000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,55,134); }

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

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

 a { background-color: rgb(76,55,134); }

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

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

 span { border-color: rgb(76,55,134); }

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