Html Css Color HEX #48239E Blue Gem

📋 copy color: '#48239E'

red 72 ◦ green 35 ◦ blue 158

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

Shades of Blue Gem #48239E

Tints of Blue Gem #48239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

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

R = 27.17%
G = 13.21%
B = 59.62%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48239E (or 0x48239E) is known color: Blue Gem. HEX triplet: 48, 23 and 9E. RGB value is (72,35,158). Sum of RGB (Red+Green+Blue) = 72+35+158=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #48239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48239E is #B7DC61. Grayscale: #3B3B3B. Windows color (decimal): -12049506 or 10363720. OLE color: 10363720.

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

Color convert

RGB 72 35 158 -
CMYK 0.54 0.78 0 0.38
HSL 258.05º 0.64% 0.38% -
HSV(B) 258.05º 0.78% 0.62% -
XYZ 9.45 5.05 32.82 -
YUV 60.09 183.26 136.5 -
System Red Green Blue C M Y K H S L
Decimal 72 35 158 0.54 0.78 0 0.38 258.05 0.64 0.38
Hex 48 23 9E 36 4E 0 26 102 40 26
Octal 110 43 236 66 116 0 46 402 100 46
Binary 1001000 100011 10011110 110110 1001110 0 100110 100000010 1000000 100110

Color Harmonies of #48239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48239E

Black with #48239E

Text Example


Text Example

White with #48239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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