#48398E

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

Shades of Blue Gem #48398E

Tints of Blue Gem #48398E

Color information

#48398E (or 0x48398E) is unknown color: approx Blue Gem. HEX triplet: 48, 39 and 8E. RGB value is (72,57,142). Sum of RGB (Red+Green+Blue) = 72+57+142=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #48398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48398E is #B7C671. Grayscale: #464646. Windows color (decimal): -12043890 or 9320776. OLE color: 9320776.

HSL color Cylindrical-coordinate representation of color #48398E: hue angle of 250.59º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48398E is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7257142-
CMYK0.490.6000.44
HSL250.59º42.71%39.02%-
HSV(B)250.59º59.86%55.69%-
XYZ9.026.2626.32-
YUV71.18167.97128.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=26.57%
G=21.03%
B=52.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72571420.490.6000.44250.5942.7139.02
Hex48398E313C02Cfb2b27
Octal1107121661740543735347
Binary100100011100110001110110001111100010110011111011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48398E; }

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

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

<style>
 a { background-color: #48398E; }

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

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

<style>
 span { border-color: #48398E; }

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

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