Html Css Color HEX #48328E Blue Gem

📋 copy color: '#48328E'

red 72 ◦ green 50 ◦ blue 142

#48328E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #48328E

Tints of Blue Gem #48328E

RGB

 RED value IS 72 (28.52% from 255) = 27.27%

 GREEN value IS 50 (19.92% from 255) = 18.94%

 BLUE value IS 142 (55.86% from 255) = 53.79%

R = 27.27%
G = 18.94%
B = 53.79%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48328E (or 0x48328E) is known color: Blue Gem. HEX triplet: 48, 32 and 8E. RGB value is (72,50,142). Sum of RGB (Red+Green+Blue) = 72+50+142=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #48328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48328E is #B7CD71. Grayscale: #424242. Windows color (decimal): -12045682 or 9318984. OLE color: 9318984.

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

Color convert

RGB 72 50 142 -
CMYK 0.49 0.65 0 0.44
HSL 254.35º 0.48% 0.38% -
HSV(B) 254.35º 0.65% 0.56% -
XYZ 8.7 5.61 26.22 -
YUV 67.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 72 50 142 0.49 0.65 0 0.44 254.35 0.48 0.38
Hex 48 32 8E 31 41 0 2C FE 30 26
Octal 110 62 216 61 101 0 54 376 60 46
Binary 1001000 110010 10001110 110001 1000001 0 101100 11111110 110000 100110

Color Harmonies of #48328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48328E

Black with #48328E

Text Example


Text Example

White with #48328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48328E;
 }
 .AnyTagClassName
 {
   color: #48328E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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