#48279C

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

Shades of Blue Gem #48279C

Tints of Blue Gem #48279C

Color information

#48279C (or 0x48279C) is unknown color: approx 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

RGB7239156-
CMYK0.540.7500.39
HSL256.92º60%38.24%-
HSV(B)256.92º75%61.18%-
XYZ9.45.2331.97-
YUV62.2180.93134.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 39 (15.62% 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 (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72391560.540.7500.39256.926038.24
Hex48279C364B0271013c26
Octal11047234661130474017446
Binary10010001001111001110011011010010110100111100000001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>