#4A1F96

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

Shades of Blue Gem #4A1F96

Tints of Blue Gem #4A1F96

Color information

#4A1F96 (or 0x4A1F96) is unknown color: approx Blue Gem. HEX triplet: 4A, 1F and 96. RGB value is (74,31,150). Sum of RGB (Red+Green+Blue) = 74+31+150=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A1F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1F96 is #B5E069. Grayscale: #383838. Windows color (decimal): -11919466 or 9838410. OLE color: 9838410.

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

Color convert

RGB7431150-
CMYK0.510.7900.41
HSL261.68º65.75%35.49%-
HSV(B)261.68º79.33%58.82%-
XYZ8.824.6429.28-
YUV57.42180.25139.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.02%
GREEN value IS 31 (12.5% from 255) = 12.16%
BLUE value IS 150 (58.98% from 255) = 58.82%
R=29.02%
G=12.16%
B=58.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74311500.510.7900.41261.6865.7535.49
Hex4A1F96334F0291064223
Octal112372266311705140610243
Binary10010101111110010110110011100111101010011000001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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