#48229B

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

Shades of Blue Gem #48229B

Tints of Blue Gem #48229B

Color information

#48229B (or 0x48229B) is unknown color: approx Blue Gem. HEX triplet: 48, 22 and 9B. RGB value is (72,34,155). Sum of RGB (Red+Green+Blue) = 72+34+155=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #48229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48229B is #B7DD64. Grayscale: #3A3A3A. Windows color (decimal): -12049765 or 10166856. OLE color: 10166856.

HSL color Cylindrical-coordinate representation of color #48229B: hue angle of 258.84º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48229B is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7234155-
CMYK0.540.7800.39
HSL258.84º64.02%37.06%-
HSV(B)258.84º78.06%60.78%-
XYZ9.164.8931.47-
YUV59.16182.09137.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 155 (60.94% from 255) = 59.39%
R=27.59%
G=13.03%
B=59.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72341550.540.7800.39258.8464.0237.06
Hex48229B364E0271034025
Octal110422336611604740310045
Binary100100010001010011011110110100111001001111000000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48229B; }

 p { color: rgb(72,34,155); }

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

<style>
 a { background-color: #48229B; }

 a { background-color: rgb(72,34,155); }

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

<style>
 span { border-color: #48229B; }

 span { border-color: rgb(72,34,155); }

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