Html Css Color HEX #48209D Blue Gem

📋 copy color: '#48209D'

red 72 ◦ green 32 ◦ blue 157

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

Shades of Blue Gem #48209D

Tints of Blue Gem #48209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

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

R = 27.59%
G = 12.26%
B = 60.15%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48209D (or 0x48209D) is known color: Blue Gem. HEX triplet: 48, 20 and 9D. RGB value is (72,32,157). Sum of RGB (Red+Green+Blue) = 72+32+157=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #48209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48209D is #B7DF62. Grayscale: #393939. Windows color (decimal): -12050275 or 10297416. OLE color: 10297416.

HSL color Cylindrical-coordinate representation of color #48209D: hue angle of 259.2º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48209D is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 32 157 -
CMYK 0.54 0.80 0 0.38
HSL 259.2º 0.66% 0.37% -
HSV(B) 259.2º 0.8% 0.62% -
XYZ 9.27 4.85 32.34 -
YUV 58.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 72 32 157 0.54 0.80 0 0.38 259.2 0.66 0.37
Hex 48 20 9D 36 50 0 26 103 42 25
Octal 110 40 235 66 120 0 46 403 102 45
Binary 1001000 100000 10011101 110110 1010000 0 100110 100000011 1000010 100101

Color Harmonies of #48209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48209D

Black with #48209D

Text Example


Text Example

White with #48209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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