#48219e

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

Shades of Blue Gem #48219E

Tints of Blue Gem #48219E

Color information

#48219E (or 0x48219E) is unknown color: approx Blue Gem. HEX triplet: 48, 21 and 9E. RGB value is (72,33,158). Sum of RGB (Red+Green+Blue) = 72+33+158=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #48219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48219E is #B7DE61. Grayscale: #3A3A3A. Windows color (decimal): -12050018 or 10363208. OLE color: 10363208.

HSL color Cylindrical-coordinate representation of color #48219E: hue angle of 258.72º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48219E is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7233158-
CMYK0.540.7900.38
HSL258.72º65.45%37.45%-
HSV(B)258.72º79.11%61.96%-
XYZ9.394.9332.81-
YUV58.91183.92137.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=27.38%
G=12.55%
B=60.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72331580.540.7900.38258.7265.4537.45
Hex48219E364F0261034125
Octal110412366611704640310145
Binary100100010000110011110110110100111101001101000000111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48219e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48219e; }

 p { color: rgb(72,33,158); }

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

<style>
 a { background-color: #48219e; }

 a { background-color: rgb(72,33,158); }

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

<style>
 span { border-color: #48219e; }

 span { border-color: rgb(72,33,158); }

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