#48328F

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

Shades of Blue Gem #48328F

Tints of Blue Gem #48328F

Color information

#48328F (or 0x48328F) is unknown color: approx Blue Gem. HEX triplet: 48, 32 and 8F. RGB value is (72,50,143). Sum of RGB (Red+Green+Blue) = 72+50+143=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #48328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48328F is #B7CD70. Grayscale: #424242. Windows color (decimal): -12045681 or 9384520. OLE color: 9384520.

HSL color Cylindrical-coordinate representation of color #48328F: hue angle of 254.19º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48328F is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7250143-
CMYK0.500.6500.44
HSL254.19º48.19%37.84%-
HSV(B)254.19º65.03%56.08%-
XYZ8.775.6426.61-
YUV67.18170.79131.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 143 (56.25% from 255) = 53.96%
R=27.17%
G=18.87%
B=53.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72501430.500.6500.44254.1948.1937.84
Hex48328F324102Cfe3026
Octal11062217621010543766046
Binary1001000110010100011111100101000001010110011111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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