#48329F

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

Shades of Blue Gem #48329F

Tints of Blue Gem #48329F

Color information

#48329F (or 0x48329F) is unknown color: approx Blue Gem. HEX triplet: 48, 32 and 9F. RGB value is (72,50,159). Sum of RGB (Red+Green+Blue) = 72+50+159=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #48329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48329F is #B7CD60. Grayscale: #444444. Windows color (decimal): -12045665 or 10433096. OLE color: 10433096.

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

Color convert

RGB7250159-
CMYK0.550.6900.38
HSL252.11º52.15%40.98%-
HSV(B)252.11º68.55%62.35%-
XYZ10.076.1633.46-
YUV69178.79130.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 159 (62.5% from 255) = 56.58%
R=25.62%
G=17.79%
B=56.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72501590.550.6900.38252.1152.1540.98
Hex48329F3745026fc3429
Octal11062237671050463746451
Binary1001000110010100111111101111000101010011011111100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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