#48389F

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

Shades of Blue Gem #48389F

Tints of Blue Gem #48389F

Color information

#48389F (or 0x48389F) is unknown color: approx Blue Gem. HEX triplet: 48, 38 and 9F. RGB value is (72,56,159). Sum of RGB (Red+Green+Blue) = 72+56+159=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #48389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48389F is #B7C760. Grayscale: #484848. Windows color (decimal): -12044129 or 10434632. OLE color: 10434632.

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

Color convert

RGB7256159-
CMYK0.550.6500.38
HSL249.32º47.91%42.16%-
HSV(B)249.32º64.78%62.35%-
XYZ10.346.7133.55-
YUV72.53176.8127.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=25.09%
G=19.51%
B=55.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72561590.550.6500.38249.3247.9142.16
Hex48389F3741026f9302a
Octal11070237671010463716052
Binary1001000111000100111111101111000001010011011111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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