#48329A

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

Shades of Blue Gem #48329A

Tints of Blue Gem #48329A

Color information

#48329A (or 0x48329A) is unknown color: approx Blue Gem. HEX triplet: 48, 32 and 9A. RGB value is (72,50,154). Sum of RGB (Red+Green+Blue) = 72+50+154=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #48329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48329A is #B7CD65. Grayscale: #444444. Windows color (decimal): -12045670 or 10105416. OLE color: 10105416.

HSL color Cylindrical-coordinate representation of color #48329A: hue angle of 252.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48329A is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7250154-
CMYK0.530.6800.40
HSL252.69º50.98%40%-
HSV(B)252.69º67.53%60.39%-
XYZ9.655.9931.22-
YUV68.43176.29130.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=26.09%
G=18.12%
B=55.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72501540.530.6800.40252.6950.9840
Hex48329A3544028fd3328
Octal11062232651040503756350
Binary1001000110010100110101101011000100010100011111101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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