Html Css Color HEX #48239B Blue Gem

📋 copy color: '#48239B'

red 72 ◦ green 35 ◦ blue 155

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

Shades of Blue Gem #48239B

Tints of Blue Gem #48239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.16%

R = 27.48%
G = 13.36%
B = 59.16%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48239B (or 0x48239B) is known color: Blue Gem. HEX triplet: 48, 23 and 9B. RGB value is (72,35,155). Sum of RGB (Red+Green+Blue) = 72+35+155=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #48239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48239B is #B7DC64. Grayscale: #3B3B3B. Windows color (decimal): -12049509 or 10167112. OLE color: 10167112.

HSL color Cylindrical-coordinate representation of color #48239B: hue angle of 258.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48239B is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 35 155 -
CMYK 0.54 0.77 0 0.39
HSL 258.5º 0.63% 0.37% -
HSV(B) 258.5º 0.77% 0.61% -
XYZ 9.19 4.95 31.48 -
YUV 59.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 72 35 155 0.54 0.77 0 0.39 258.5 0.63 0.37
Hex 48 23 9B 36 4D 0 27 102 3F 25
Octal 110 43 233 66 115 0 47 402 77 45
Binary 1001000 100011 10011011 110110 1001101 0 100111 100000010 111111 100101

Color Harmonies of #48239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48239B

Black with #48239B

Text Example


Text Example

White with #48239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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