#48278F

Color #48278F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #48278F

Tints of Blue Gem #48278F

Color information

#48278F (or 0x48278F) is unknown color: approx Blue Gem. HEX triplet: 48, 27 and 8F. RGB value is (72,39,143). Sum of RGB (Red+Green+Blue) = 72+39+143=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #48278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48278F is #B7D870. Grayscale: #3C3C3C. Windows color (decimal): -12048497 or 9381704. OLE color: 9381704.

HSL color Cylindrical-coordinate representation of color #48278F: hue angle of 259.04º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48278F is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7239143-
CMYK0.500.7300.44
HSL259.04º57.14%35.69%-
HSV(B)259.04º72.73%56.08%-
XYZ8.364.8126.47-
YUV60.72174.43136.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 143 (56.25% from 255) = 56.30%
R=28.35%
G=15.35%
B=56.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72391430.500.7300.44259.0457.1435.69
Hex48278F324902C1033924
Octal11047217621110544037144
Binary10010001001111000111111001010010010101100100000011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48278F;
 }
 .AnyTagClassName
 {
   color: #48278F;
 }
</style>
background-color css

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

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

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

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

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

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