#48389D

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

Shades of Blue Gem #48389D

Tints of Blue Gem #48389D

Color information

#48389D (or 0x48389D) is unknown color: approx Blue Gem. HEX triplet: 48, 38 and 9D. RGB value is (72,56,157). Sum of RGB (Red+Green+Blue) = 72+56+157=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #48389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48389D is #B7C762. Grayscale: #474747. Windows color (decimal): -12044131 or 10303560. OLE color: 10303560.

HSL color Cylindrical-coordinate representation of color #48389D: hue angle of 249.5º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48389D is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7256157-
CMYK0.540.6400.38
HSL249.5º47.42%41.76%-
HSV(B)249.5º64.33%61.57%-
XYZ10.176.6432.64-
YUV72.3175.8127.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=25.26%
G=19.65%
B=55.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72561570.540.6400.38249.547.4241.76
Hex48389D3640026fa2f2a
Octal11070235661000463725752
Binary1001000111000100111011101101000000010011011111010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48389D; }

 p { color: rgb(72,56,157); }

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

<style>
 a { background-color: #48389D; }

 a { background-color: rgb(72,56,157); }

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

<style>
 span { border-color: #48389D; }

 span { border-color: rgb(72,56,157); }

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