#48399A

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

Shades of Blue Gem #48399A

Tints of Blue Gem #48399A

Color information

#48399A (or 0x48399A) is unknown color: approx Blue Gem. HEX triplet: 48, 39 and 9A. RGB value is (72,57,154). Sum of RGB (Red+Green+Blue) = 72+57+154=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #48399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48399A is #B7C665. Grayscale: #484848. Windows color (decimal): -12043878 or 10107208. OLE color: 10107208.

HSL color Cylindrical-coordinate representation of color #48399A: hue angle of 249.28º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48399A is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7257154-
CMYK0.530.6300.40
HSL249.28º45.97%41.37%-
HSV(B)249.28º62.99%60.39%-
XYZ9.976.6431.33-
YUV72.54173.97127.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=25.44%
G=20.14%
B=54.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72571540.530.6300.40249.2845.9741.37
Hex48399A353F028f92e29
Octal1107123265770503715651
Binary100100011100110011010110101111111010100011111001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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