#4B328D

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

Shades of Blue Gem #4B328D

Tints of Blue Gem #4B328D

Color information

#4B328D (or 0x4B328D) is unknown color: approx Blue Gem. HEX triplet: 4B, 32 and 8D. RGB value is (75,50,141). Sum of RGB (Red+Green+Blue) = 75+50+141=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B328D is #B4CD72. Grayscale: #434343. Windows color (decimal): -11849075 or 9253451. OLE color: 9253451.

HSL color Cylindrical-coordinate representation of color #4B328D: hue angle of 256.48º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B328D is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7550141-
CMYK0.470.6500.45
HSL256.48º47.64%37.45%-
HSV(B)256.48º64.54%55.29%-
XYZ8.855.725.83-
YUV67.85169.28133.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.20%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=28.20%
G=18.80%
B=53.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75501410.470.6500.45256.4847.6437.45
Hex4B328D2F4102D1003025
Octal11362215571010554006045
Binary10010111100101000110110111110000010101101100000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,141); }

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

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

 a { background-color: rgb(75,50,141); }

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

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

 span { border-color: rgb(75,50,141); }

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