#48399F

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

Shades of Blue Gem #48399F

Tints of Blue Gem #48399F

Color information

#48399F (or 0x48399F) is unknown color: approx Blue Gem. HEX triplet: 48, 39 and 9F. RGB value is (72,57,159). Sum of RGB (Red+Green+Blue) = 72+57+159=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #48399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48399F is #B7C660. Grayscale: #484848. Windows color (decimal): -12043873 or 10434888. OLE color: 10434888.

HSL color Cylindrical-coordinate representation of color #48399F: hue angle of 248.82º 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 #48399F is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7257159-
CMYK0.550.6400.38
HSL248.82º47.22%42.35%-
HSV(B)248.82º64.15%62.35%-
XYZ10.396.8133.57-
YUV73.11176.47127.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=25%
G=19.79%
B=55.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72571590.550.6400.38248.8247.2242.35
Hex48399F3740026f92f2a
Octal11071237671000463715752
Binary1001000111001100111111101111000000010011011111001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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