#48329E

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

Shades of Blue Gem #48329E

Tints of Blue Gem #48329E

Color information

#48329E (or 0x48329E) is unknown color: approx Blue Gem. HEX triplet: 48, 32 and 9E. RGB value is (72,50,158). Sum of RGB (Red+Green+Blue) = 72+50+158=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #48329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48329E is #B7CD61. Grayscale: #444444. Windows color (decimal): -12045666 or 10367560. OLE color: 10367560.

HSL color Cylindrical-coordinate representation of color #48329E: hue angle of 252.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48329E is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7250158-
CMYK0.540.6800.38
HSL252.22º51.92%40.78%-
HSV(B)252.22º68.35%61.96%-
XYZ9.986.1333-
YUV68.89178.29130.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=25.71%
G=17.86%
B=56.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72501580.540.6800.38252.2251.9240.78
Hex48329E3644026fc3429
Octal11062236661040463746451
Binary1001000110010100111101101101000100010011011111100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48329E; }

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

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

<style>
 a { background-color: #48329E; }

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

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

<style>
 span { border-color: #48329E; }

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

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