Html Css Color HEX #48309D Blue Gem

📋 copy color: '#48309D'

red 72 ◦ green 48 ◦ blue 157

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

Shades of Blue Gem #48309D

Tints of Blue Gem #48309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.33%

 BLUE value IS 157 (61.72% from 255) = 56.68%

R = 25.99%
G = 17.33%
B = 56.68%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48309D (or 0x48309D) is known color: Blue Gem. HEX triplet: 48, 30 and 9D. RGB value is (72,48,157). Sum of RGB (Red+Green+Blue) = 72+48+157=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #48309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48309D is #B7CF62. Grayscale: #434343. Windows color (decimal): -12046179 or 10301512. OLE color: 10301512.

HSL color Cylindrical-coordinate representation of color #48309D: hue angle of 253.21º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48309D is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 48 157 -
CMYK 0.54 0.69 0 0.38
HSL 253.21º 0.53% 0.4% -
HSV(B) 253.21º 0.69% 0.62% -
XYZ 9.82 5.93 32.52 -
YUV 67.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 72 48 157 0.54 0.69 0 0.38 253.21 0.53 0.4
Hex 48 30 9D 36 45 0 26 FD 35 28
Octal 110 60 235 66 105 0 46 375 65 50
Binary 1001000 110000 10011101 110110 1000101 0 100110 11111101 110101 101000

Color Harmonies of #48309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48309D

Black with #48309D

Text Example


Text Example

White with #48309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,48,157); }

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

background-color css

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

 a { background-color: rgb(72,48,157); }

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

border-color css

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

 span { border-color: rgb(72,48,157); }

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