#48239A

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

Shades of Blue Gem #48239A

Tints of Blue Gem #48239A

Color information

#48239A (or 0x48239A) is unknown color: approx Blue Gem. HEX triplet: 48, 23 and 9A. RGB value is (72,35,154). Sum of RGB (Red+Green+Blue) = 72+35+154=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #48239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48239A is #B7DC65. Grayscale: #3B3B3B. Windows color (decimal): -12049510 or 10101576. OLE color: 10101576.

HSL color Cylindrical-coordinate representation of color #48239A: hue angle of 258.66º degrees, saturation: 0.63, 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 #48239A is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7235154-
CMYK0.530.7700.40
HSL258.66º62.96%37.06%-
HSV(B)258.66º77.27%60.39%-
XYZ9.114.9131.04-
YUV59.63181.26136.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=27.59%
G=13.41%
B=59.00%

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
Decimal72351540.530.7700.40258.6662.9637.06
Hex48239A354D0281033f25
Octal11043232651150504037745
Binary10010001000111001101011010110011010101000100000011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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