Html Css Color HEX #48259B Blue Gem

📋 copy color: '#48259B'

red 72 ◦ green 37 ◦ blue 155

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

Shades of Blue Gem #48259B

Tints of Blue Gem #48259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 27.27%
G = 14.02%
B = 58.71%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48259B (or 0x48259B) is known color: Blue Gem. HEX triplet: 48, 25 and 9B. RGB value is (72,37,155). Sum of RGB (Red+Green+Blue) = 72+37+155=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #48259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48259B is #B7DA64. Grayscale: #3C3C3C. Windows color (decimal): -12048997 or 10167624. OLE color: 10167624.

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

Color convert

RGB 72 37 155 -
CMYK 0.54 0.76 0 0.39
HSL 257.8º 0.61% 0.38% -
HSV(B) 257.8º 0.76% 0.61% -
XYZ 9.25 5.07 31.5 -
YUV 60.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 72 37 155 0.54 0.76 0 0.39 257.8 0.61 0.38
Hex 48 25 9B 36 4C 0 27 102 3D 26
Octal 110 45 233 66 114 0 47 402 75 46
Binary 1001000 100101 10011011 110110 1001100 0 100111 100000010 111101 100110

Color Harmonies of #48259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48259B

Black with #48259B

Text Example


Text Example

White with #48259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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