Html Css Color HEX #48358A Blue Gem

📋 copy color: '#48358A'

red 72 ◦ green 53 ◦ blue 138

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

Shades of Blue Gem #48358A

Tints of Blue Gem #48358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.47%

R = 27.38%
G = 20.15%
B = 52.47%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#48358A (or 0x48358A) is known color: Blue Gem. HEX triplet: 48, 35 and 8A. RGB value is (72,53,138). Sum of RGB (Red+Green+Blue) = 72+53+138=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #48358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48358A is #B7CA75. Grayscale: #444444. Windows color (decimal): -12044918 or 9057608. OLE color: 9057608.

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

Color convert

RGB 72 53 138 -
CMYK 0.48 0.62 0 0.46
HSL 253.41º 0.45% 0.37% -
HSV(B) 253.41º 0.62% 0.54% -
XYZ 8.53 5.76 24.71 -
YUV 68.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 72 53 138 0.48 0.62 0 0.46 253.41 0.45 0.37
Hex 48 35 8A 30 3E 0 2E FD 2D 25
Octal 110 65 212 60 76 0 56 375 55 45
Binary 1001000 110101 10001010 110000 111110 0 101110 11111101 101101 100101

Color Harmonies of #48358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48358A

Black with #48358A

Text Example


Text Example

White with #48358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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