#4B39A2

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

Shades of Blue Gem #4B39A2

Tints of Blue Gem #4B39A2

Color information

#4B39A2 (or 0x4B39A2) is unknown color: approx Blue Gem. HEX triplet: 4B, 39 and A2. RGB value is (75,57,162). Sum of RGB (Red+Green+Blue) = 75+57+162=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #4B39A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B39A2 is #B4C65D. Grayscale: #494949. Windows color (decimal): -11847262 or 10631499. OLE color: 10631499.

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

Color convert

RGB7557162-
CMYK0.540.6500.36
HSL250.29º47.95%42.94%-
HSV(B)250.29º64.81%63.53%-
XYZ10.897.0334.97-
YUV74.35177.46128.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 162 (63.67% from 255) = 55.10%
R=25.51%
G=19.39%
B=55.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75571620.540.6500.36250.2947.9542.94
Hex4B39A23641024fa302b
Octal11371242661010443726053
Binary1001011111001101000101101101000001010010011111010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B39A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,162); }

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

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

 a { background-color: rgb(75,57,162); }

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

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

 span { border-color: rgb(75,57,162); }

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