#48329B

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

Shades of Blue Gem #48329B

Tints of Blue Gem #48329B

Color information

#48329B (or 0x48329B) is unknown color: approx Blue Gem. HEX triplet: 48, 32 and 9B. RGB value is (72,50,155). Sum of RGB (Red+Green+Blue) = 72+50+155=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #48329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48329B is #B7CD64. Grayscale: #444444. Windows color (decimal): -12045669 or 10170952. OLE color: 10170952.

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

Color convert

RGB7250155-
CMYK0.540.6800.39
HSL252.57º51.22%40.2%-
HSV(B)252.57º67.74%60.78%-
XYZ9.736.0331.66-
YUV68.55176.79130.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=25.99%
G=18.05%
B=55.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72501550.540.6800.39252.5751.2240.2
Hex48329B3644027fd3328
Octal11062233661040473756350
Binary1001000110010100110111101101000100010011111111101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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