#48289B

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

Shades of Blue Gem #48289B

Tints of Blue Gem #48289B

Color information

#48289B (or 0x48289B) is unknown color: approx Blue Gem. HEX triplet: 48, 28 and 9B. RGB value is (72,40,155). Sum of RGB (Red+Green+Blue) = 72+40+155=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #48289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48289B is #B7D764. Grayscale: #3E3E3E. Windows color (decimal): -12048229 or 10168392. OLE color: 10168392.

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

Color convert

RGB7240155-
CMYK0.540.7400.39
HSL256.7º58.97%38.24%-
HSV(B)256.7º74.19%60.78%-
XYZ9.355.2631.53-
YUV62.68180.1134.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 155 (60.94% from 255) = 58.05%
R=26.97%
G=14.98%
B=58.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72401550.540.7400.39256.758.9738.24
Hex48289B364A0271013b26
Octal11050233661120474017346
Binary10010001010001001101111011010010100100111100000001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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