#4C2394

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

Shades of Blue Gem #4C2394

Tints of Blue Gem #4C2394

Color information

#4C2394 (or 0x4C2394) is unknown color: approx Blue Gem. HEX triplet: 4C, 23 and 94. RGB value is (76,35,148). Sum of RGB (Red+Green+Blue) = 76+35+148=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #4C2394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2394 is #B3DC6B. Grayscale: #3B3B3B. Windows color (decimal): -11787372 or 9708364. OLE color: 9708364.

HSL color Cylindrical-coordinate representation of color #4C2394: hue angle of 261.77º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2394 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7635148-
CMYK0.490.7600.42
HSL261.77º61.75%35.88%-
HSV(B)261.77º76.35%58.04%-
XYZ8.934.8828.49-
YUV60.14177.58139.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.34%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 148 (58.20% from 255) = 57.14%
R=29.34%
G=13.51%
B=57.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76351480.490.7600.42261.7761.7535.88
Hex4C2394314C02A1063e24
Octal11443224611140524067644
Binary10011001000111001010011000110011000101010100000110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,148); }

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

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

 a { background-color: rgb(76,35,148); }

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

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

 span { border-color: rgb(76,35,148); }

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