#4A39B3

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

Shades of Blue Gem #4A39B3

Tints of Blue Gem #4A39B3

Color information

#4A39B3 (or 0x4A39B3) is unknown color: approx Blue Gem. HEX triplet: 4A, 39 and B3. RGB value is (74,57,179). Sum of RGB (Red+Green+Blue) = 74+57+179=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #4A39B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A39B3 is #B5C64C. Grayscale: #4B4B4B. Windows color (decimal): -11912781 or 11745610. OLE color: 11745610.

HSL color Cylindrical-coordinate representation of color #4A39B3: hue angle of 248.36º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A39B3 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7457179-
CMYK0.590.6800.30
HSL248.36º51.69%46.27%-
HSV(B)248.36º68.16%70.2%-
XYZ12.427.6443.47-
YUV75.99186.13126.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 179 (70.31% from 255) = 57.74%
R=23.87%
G=18.39%
B=57.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74571790.590.6800.30248.3651.6946.27
Hex4A39B33B4401Ef8342e
Octal11271263731040363706456
Binary100101011100110110011111011100010001111011111000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A39B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,57,179); }

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

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

 a { background-color: rgb(74,57,179); }

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

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

 span { border-color: rgb(74,57,179); }

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