#48249C

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

Shades of Blue Gem #48249C

Tints of Blue Gem #48249C

Color information

#48249C (or 0x48249C) is unknown color: approx Blue Gem. HEX triplet: 48, 24 and 9C. RGB value is (72,36,156). Sum of RGB (Red+Green+Blue) = 72+36+156=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #48249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48249C is #B7DB63. Grayscale: #3C3C3C. Windows color (decimal): -12049252 or 10232904. OLE color: 10232904.

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

Color convert

RGB7236156-
CMYK0.540.7700.39
HSL258º62.5%37.65%-
HSV(B)258º76.92%61.18%-
XYZ9.35.0431.93-
YUV60.44181.93136.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=27.27%
G=13.64%
B=59.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72361560.540.7700.3925862.537.65
Hex48249C364D0271023e26
Octal11044234661150474027646
Binary10010001001001001110011011010011010100111100000010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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