Html Css Color HEX #48269E Blue Gem

📋 copy color: '#48269E'

red 72 ◦ green 38 ◦ blue 158

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

Shades of Blue Gem #48269E

Tints of Blue Gem #48269E

RGB

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

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

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

R = 26.87%
G = 14.18%
B = 58.96%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48269E (or 0x48269E) is known color: Blue Gem. HEX triplet: 48, 26 and 9E. RGB value is (72,38,158). Sum of RGB (Red+Green+Blue) = 72+38+158=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #48269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48269E is #B7D961. Grayscale: #3D3D3D. Windows color (decimal): -12048738 or 10364488. OLE color: 10364488.

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

Color convert

RGB 72 38 158 -
CMYK 0.54 0.76 0 0.38
HSL 257º 0.61% 0.38% -
HSV(B) 257º 0.76% 0.62% -
XYZ 9.54 5.23 32.86 -
YUV 61.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 72 38 158 0.54 0.76 0 0.38 257 0.61 0.38
Hex 48 26 9E 36 4C 0 26 101 3D 26
Octal 110 46 236 66 114 0 46 401 75 46
Binary 1001000 100110 10011110 110110 1001100 0 100110 100000001 111101 100110

Color Harmonies of #48269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48269E

Black with #48269E

Text Example


Text Example

White with #48269E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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