#48328B

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

Shades of Blue Gem #48328B

Tints of Blue Gem #48328B

Color information

#48328B (or 0x48328B) is unknown color: approx Blue Gem. HEX triplet: 48, 32 and 8B. RGB value is (72,50,139). Sum of RGB (Red+Green+Blue) = 72+50+139=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #48328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48328B is #B7CD74. Grayscale: #424242. Windows color (decimal): -12045685 or 9122376. OLE color: 9122376.

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

Color convert

RGB7250139-
CMYK0.480.6400.45
HSL254.83º47.09%37.06%-
HSV(B)254.83º64.03%54.51%-
XYZ8.475.5225.05-
YUV66.72168.79131.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=27.59%
G=19.16%
B=53.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72501390.480.6400.45254.8347.0937.06
Hex48328B304002Dff2f25
Octal11062213601000553775745
Binary1001000110010100010111100001000000010110111111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48328B; }

 p { color: rgb(72,50,139); }

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

<style>
 a { background-color: #48328B; }

 a { background-color: rgb(72,50,139); }

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

<style>
 span { border-color: #48328B; }

 span { border-color: rgb(72,50,139); }

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