#48319E

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

Shades of Blue Gem #48319E

Tints of Blue Gem #48319E

Color information

#48319E (or 0x48319E) is unknown color: approx Blue Gem. HEX triplet: 48, 31 and 9E. RGB value is (72,49,158). Sum of RGB (Red+Green+Blue) = 72+49+158=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #48319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48319E is #B7CE61. Grayscale: #434343. Windows color (decimal): -12045922 or 10367304. OLE color: 10367304.

HSL color Cylindrical-coordinate representation of color #48319E: hue angle of 252.66º degrees, saturation: 0.53, 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 #48319E is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7249158-
CMYK0.540.6900.38
HSL252.66º52.66%40.59%-
HSV(B)252.66º68.99%61.96%-
XYZ9.946.0432.99-
YUV68.3178.62130.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=25.81%
G=17.56%
B=56.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72491580.540.6900.38252.6652.6640.59
Hex48319E3645026fd3529
Octal11061236661050463756551
Binary1001000110001100111101101101000101010011011111101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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