#4A2592

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

Shades of Blue Gem #4A2592

Tints of Blue Gem #4A2592

Color information

#4A2592 (or 0x4A2592) is unknown color: approx Blue Gem. HEX triplet: 4A, 25 and 92. RGB value is (74,37,146). Sum of RGB (Red+Green+Blue) = 74+37+146=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A2592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2592 is #B5DA6D. Grayscale: #3C3C3C. Windows color (decimal): -11917934 or 9577802. OLE color: 9577802.

HSL color Cylindrical-coordinate representation of color #4A2592: hue angle of 260.37º 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 #4A2592 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7437146-
CMYK0.490.7500.43
HSL260.37º59.56%35.88%-
HSV(B)260.37º74.66%57.25%-
XYZ8.674.8527.67-
YUV60.49176.26137.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=28.79%
G=14.40%
B=56.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74371460.490.7500.43260.3759.5635.88
Hex4A2592314B02B1043c24
Octal11245222611130534047444
Binary10010101001011001001011000110010110101011100000100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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