#48338E

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

Shades of Blue Gem #48338E

Tints of Blue Gem #48338E

Color information

#48338E (or 0x48338E) is unknown color: approx Blue Gem. HEX triplet: 48, 33 and 8E. RGB value is (72,51,142). Sum of RGB (Red+Green+Blue) = 72+51+142=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #48338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48338E is #B7CC71. Grayscale: #434343. Windows color (decimal): -12045426 or 9319240. OLE color: 9319240.

HSL color Cylindrical-coordinate representation of color #48338E: hue angle of 253.85º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48338E is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7251142-
CMYK0.490.6400.44
HSL253.85º47.15%37.84%-
HSV(B)253.85º64.08%55.69%-
XYZ8.745.726.23-
YUV67.65169.96131.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=27.17%
G=19.25%
B=53.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72511420.490.6400.44253.8547.1537.84
Hex48338E314002Cfe2f26
Octal11063216611000543765746
Binary1001000110011100011101100011000000010110011111110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,51,142); }

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

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

 a { background-color: rgb(72,51,142); }

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

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

 span { border-color: rgb(72,51,142); }

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