#48249A

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

Shades of Blue Gem #48249A

Tints of Blue Gem #48249A

Color information

#48249A (or 0x48249A) is unknown color: approx Blue Gem. HEX triplet: 48, 24 and 9A. RGB value is (72,36,154). Sum of RGB (Red+Green+Blue) = 72+36+154=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #48249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48249A is #B7DB65. Grayscale: #3B3B3B. Windows color (decimal): -12049254 or 10101832. OLE color: 10101832.

HSL color Cylindrical-coordinate representation of color #48249A: hue angle of 258.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48249A is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7236154-
CMYK0.530.7700.40
HSL258.31º62.11%37.25%-
HSV(B)258.31º76.62%60.39%-
XYZ9.144.9731.05-
YUV60.22180.93136.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 154 (60.55% from 255) = 58.78%
R=27.48%
G=13.74%
B=58.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72361540.530.7700.40258.3162.1137.25
Hex48249A354D0281023e25
Octal11044232651150504027645
Binary10010001001001001101011010110011010101000100000010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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