#4C2594

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

Shades of Blue Gem #4C2594

Tints of Blue Gem #4C2594

Color information

#4C2594 (or 0x4C2594) is unknown color: approx Blue Gem. HEX triplet: 4C, 25 and 94. RGB value is (76,37,148). Sum of RGB (Red+Green+Blue) = 76+37+148=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #4C2594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2594 is #B3DA6B. Grayscale: #3C3C3C. Windows color (decimal): -11786860 or 9708876. OLE color: 9708876.

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

Color convert

RGB7637148-
CMYK0.490.7500.42
HSL261.08º60%36.27%-
HSV(B)261.08º75%58.04%-
XYZ8.99528.51-
YUV61.32176.92138.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.12%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=29.12%
G=14.18%
B=56.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76371480.490.7500.42261.086036.27
Hex4C2594314B02A1053c24
Octal11445224611130524057444
Binary10011001001011001010011000110010110101010100000101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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