Html Css Color HEX #48249E Blue Gem

📋 copy color: '#48249E'

red 72 ◦ green 36 ◦ blue 158

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

Shades of Blue Gem #48249E

Tints of Blue Gem #48249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 27.07%
G = 13.53%
B = 59.4%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48249E (or 0x48249E) is known color: Blue Gem. HEX triplet: 48, 24 and 9E. RGB value is (72,36,158). Sum of RGB (Red+Green+Blue) = 72+36+158=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #48249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48249E is #B7DB61. Grayscale: #3C3C3C. Windows color (decimal): -12049250 or 10363976. OLE color: 10363976.

HSL color Cylindrical-coordinate representation of color #48249E: hue angle of 257.7º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48249E is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 36 158 -
CMYK 0.54 0.77 0 0.38
HSL 257.7º 0.63% 0.38% -
HSV(B) 257.7º 0.77% 0.62% -
XYZ 9.47 5.11 32.83 -
YUV 60.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 72 36 158 0.54 0.77 0 0.38 257.7 0.63 0.38
Hex 48 24 9E 36 4D 0 26 102 3F 26
Octal 110 44 236 66 115 0 46 402 77 46
Binary 1001000 100100 10011110 110110 1001101 0 100110 100000010 111111 100110

Color Harmonies of #48249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48249E

Black with #48249E

Text Example


Text Example

White with #48249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,36,158); }

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

background-color css

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

 a { background-color: rgb(72,36,158); }

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

border-color css

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

 span { border-color: rgb(72,36,158); }

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