#4A2996

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

Shades of Blue Gem #4A2996

Tints of Blue Gem #4A2996

Color information

#4A2996 (or 0x4A2996) is unknown color: approx Blue Gem. HEX triplet: 4A, 29 and 96. RGB value is (74,41,150). Sum of RGB (Red+Green+Blue) = 74+41+150=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2996 is #B5D669. Grayscale: #3E3E3E. Windows color (decimal): -11916906 or 9840970. OLE color: 9840970.

HSL color Cylindrical-coordinate representation of color #4A2996: hue angle of 258.17º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2996 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7441150-
CMYK0.510.7300.41
HSL258.17º57.07%37.45%-
HSV(B)258.17º72.67%58.82%-
XYZ9.125.2429.39-
YUV63.29176.93135.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=27.92%
G=15.47%
B=56.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74411500.510.7300.41258.1757.0737.45
Hex4A299633490291023925
Octal11251226631110514027145
Binary10010101010011001011011001110010010101001100000010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,150); }

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

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

 a { background-color: rgb(74,41,150); }

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

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

 span { border-color: rgb(74,41,150); }

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