Html Css Color HEX #48279C Blue Gem

📋 copy color: '#48279C'

red 72 ◦ green 39 ◦ blue 156

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

Shades of Blue Gem #48279C

Tints of Blue Gem #48279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.43%

R = 26.97%
G = 14.61%
B = 58.43%

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

#48279C (or 0x48279C) is known color: Blue Gem. HEX triplet: 48, 27 and 9C. RGB value is (72,39,156). Sum of RGB (Red+Green+Blue) = 72+39+156=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #48279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48279C is #B7D863. Grayscale: #3D3D3D. Windows color (decimal): -12048484 or 10233672. OLE color: 10233672.

HSL color Cylindrical-coordinate representation of color #48279C: hue angle of 256.92º degrees, saturation: 0.6, 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 #48279C is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 39 156 -
CMYK 0.54 0.75 0 0.39
HSL 256.92º 0.6% 0.38% -
HSV(B) 256.92º 0.75% 0.61% -
XYZ 9.4 5.23 31.97 -
YUV 62.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 72 39 156 0.54 0.75 0 0.39 256.92 0.6 0.38
Hex 48 27 9C 36 4B 0 27 101 3C 26
Octal 110 47 234 66 113 0 47 401 74 46
Binary 1001000 100111 10011100 110110 1001011 0 100111 100000001 111100 100110

Color Harmonies of #48279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48279C

Black with #48279C

Text Example


Text Example

White with #48279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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