Html Css Color HEX #48259F Blue Gem

📋 copy color: '#48259F'

red 72 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #48259F

Tints of Blue Gem #48259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 26.87%
G = 13.81%
B = 59.33%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48259F (or 0x48259F) is known color: Blue Gem. HEX triplet: 48, 25 and 9F. RGB value is (72,37,159). Sum of RGB (Red+Green+Blue) = 72+37+159=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #48259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48259F is #B7DA60. Grayscale: #3C3C3C. Windows color (decimal): -12048993 or 10429768. OLE color: 10429768.

HSL color Cylindrical-coordinate representation of color #48259F: hue angle of 257.21º degrees, saturation: 0.62, 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 #48259F is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 37 159 -
CMYK 0.55 0.77 0 0.38
HSL 257.21º 0.62% 0.38% -
HSV(B) 257.21º 0.77% 0.62% -
XYZ 9.59 5.2 33.3 -
YUV 61.37 183.1 135.58 -
System Red Green Blue C M Y K H S L
Decimal 72 37 159 0.55 0.77 0 0.38 257.21 0.62 0.38
Hex 48 25 9F 37 4D 0 26 101 3E 26
Octal 110 45 237 67 115 0 46 401 76 46
Binary 1001000 100101 10011111 110111 1001101 0 100110 100000001 111110 100110

Color Harmonies of #48259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48259F

Black with #48259F

Text Example


Text Example

White with #48259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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