Html Css Color HEX #48358D Blue Gem

📋 copy color: '#48358D'

red 72 ◦ green 53 ◦ blue 141

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

Shades of Blue Gem #48358D

Tints of Blue Gem #48358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 27.07%
G = 19.92%
B = 53.01%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48358D (or 0x48358D) is known color: Blue Gem. HEX triplet: 48, 35 and 8D. RGB value is (72,53,141). Sum of RGB (Red+Green+Blue) = 72+53+141=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #48358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48358D is #B7CA72. Grayscale: #444444. Windows color (decimal): -12044915 or 9254216. OLE color: 9254216.

HSL color Cylindrical-coordinate representation of color #48358D: hue angle of 252.95º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48358D is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 53 141 -
CMYK 0.49 0.62 0 0.45
HSL 252.95º 0.45% 0.38% -
HSV(B) 252.95º 0.62% 0.55% -
XYZ 8.75 5.85 25.87 -
YUV 68.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 72 53 141 0.49 0.62 0 0.45 252.95 0.45 0.38
Hex 48 35 8D 31 3E 0 2D FD 2D 26
Octal 110 65 215 61 76 0 55 375 55 46
Binary 1001000 110101 10001101 110001 111110 0 101101 11111101 101101 100110

Color Harmonies of #48358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48358D

Black with #48358D

Text Example


Text Example

White with #48358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48358D; }

 p { color: rgb(72,53,141); }

 H1.HeaderClassName
 {
   color: #48358D;
 }
 .AnyTagClassName
 {
   color: #48358D;
 }
</style>

background-color css

<style>
 a { background-color: #48358D; }

 a { background-color: rgb(72,53,141); }

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

border-color css

<style>
 span { border-color: #48358D; }

 span { border-color: rgb(72,53,141); }

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