Html Css Color HEX #48269B Blue Gem

📋 copy color: '#48269B'

red 72 ◦ green 38 ◦ blue 155

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

Shades of Blue Gem #48269B

Tints of Blue Gem #48269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.34%

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

R = 27.17%
G = 14.34%
B = 58.49%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48269B (or 0x48269B) is known color: Blue Gem. HEX triplet: 48, 26 and 9B. RGB value is (72,38,155). Sum of RGB (Red+Green+Blue) = 72+38+155=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #48269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48269B is #B7D964. Grayscale: #3D3D3D. Windows color (decimal): -12048741 or 10167880. OLE color: 10167880.

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

Color convert

RGB 72 38 155 -
CMYK 0.54 0.75 0 0.39
HSL 257.44º 0.61% 0.38% -
HSV(B) 257.44º 0.75% 0.61% -
XYZ 9.28 5.13 31.51 -
YUV 61.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 72 38 155 0.54 0.75 0 0.39 257.44 0.61 0.38
Hex 48 26 9B 36 4B 0 27 101 3D 26
Octal 110 46 233 66 113 0 47 401 75 46
Binary 1001000 100110 10011011 110110 1001011 0 100111 100000001 111101 100110

Color Harmonies of #48269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48269B

Black with #48269B

Text Example


Text Example

White with #48269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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