Html Css Color HEX #48279D Blue Gem

📋 copy color: '#48279D'

red 72 ◦ green 39 ◦ blue 157

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

Shades of Blue Gem #48279D

Tints of Blue Gem #48279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

 BLUE value IS 157 (61.72% from 255) = 58.58%

R = 26.87%
G = 14.55%
B = 58.58%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48279D (or 0x48279D) is known color: Blue Gem. HEX triplet: 48, 27 and 9D. RGB value is (72,39,157). Sum of RGB (Red+Green+Blue) = 72+39+157=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #48279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48279D is #B7D862. Grayscale: #3D3D3D. Windows color (decimal): -12048483 or 10299208. OLE color: 10299208.

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

Color convert

RGB 72 39 157 -
CMYK 0.54 0.75 0 0.38
HSL 256.78º 0.6% 0.38% -
HSV(B) 256.78º 0.75% 0.62% -
XYZ 9.48 5.26 32.41 -
YUV 62.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 72 39 157 0.54 0.75 0 0.38 256.78 0.6 0.38
Hex 48 27 9D 36 4B 0 26 101 3C 26
Octal 110 47 235 66 113 0 46 401 74 46
Binary 1001000 100111 10011101 110110 1001011 0 100110 100000001 111100 100110

Color Harmonies of #48279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48279D

Black with #48279D

Text Example


Text Example

White with #48279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48279D; }

 p { color: rgb(72,39,157); }

 H1.HeaderClassName
 {
   color: #48279D;
 }
 .AnyTagClassName
 {
   color: #48279D;
 }
</style>

background-color css

<style>
 a { background-color: #48279D; }

 a { background-color: rgb(72,39,157); }

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

border-color css

<style>
 span { border-color: #48279D; }

 span { border-color: rgb(72,39,157); }

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