#4C2592

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

Shades of Blue Gem #4C2592

Tints of Blue Gem #4C2592

Color information

#4C2592 (or 0x4C2592) is unknown color: approx Blue Gem. HEX triplet: 4C, 25 and 92. RGB value is (76,37,146). Sum of RGB (Red+Green+Blue) = 76+37+146=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C2592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2592 is #B3DA6D. Grayscale: #3C3C3C. Windows color (decimal): -11786862 or 9577804. OLE color: 9577804.

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

Color convert

RGB7637146-
CMYK0.480.7500.43
HSL261.47º59.56%35.88%-
HSV(B)261.47º74.66%57.25%-
XYZ8.834.9327.68-
YUV61.09175.92138.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.34%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=29.34%
G=14.29%
B=56.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76371460.480.7500.43261.4759.5635.88
Hex4C2592304B02B1053c24
Octal11445222601130534057444
Binary10011001001011001001011000010010110101011100000101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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