#48318A

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

Shades of Blue Gem #48318A

Tints of Blue Gem #48318A

Color information

#48318A (or 0x48318A) is unknown color: approx Blue Gem. HEX triplet: 48, 31 and 8A. RGB value is (72,49,138). Sum of RGB (Red+Green+Blue) = 72+49+138=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #48318A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48318A is #B7CE75. Grayscale: #414141. Windows color (decimal): -12045942 or 9056584. OLE color: 9056584.

HSL color Cylindrical-coordinate representation of color #48318A: hue angle of 255.51º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48318A is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7249138-
CMYK0.480.6400.46
HSL255.51º47.59%36.67%-
HSV(B)255.51º64.49%54.12%-
XYZ8.365.4124.65-
YUV66.02168.62132.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=27.80%
G=18.92%
B=53.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72491380.480.6400.46255.5147.5936.67
Hex48318A304002E1003025
Octal11061212601000564006045
Binary10010001100011000101011000010000000101110100000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,49,138); }

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

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

 a { background-color: rgb(72,49,138); }

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

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

 span { border-color: rgb(72,49,138); }

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