#48398D

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

Shades of Blue Gem #48398D

Tints of Blue Gem #48398D

Color information

#48398D (or 0x48398D) is unknown color: approx Blue Gem. HEX triplet: 48, 39 and 8D. RGB value is (72,57,141). Sum of RGB (Red+Green+Blue) = 72+57+141=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #48398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48398D is #B7C672. Grayscale: #464646. Windows color (decimal): -12043891 or 9255240. OLE color: 9255240.

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

Color convert

RGB7257141-
CMYK0.490.6000.45
HSL250.71º42.42%38.82%-
HSV(B)250.71º59.57%55.29%-
XYZ8.946.2325.93-
YUV71.06167.47128.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 141 (55.47% from 255) = 52.22%
R=26.67%
G=21.11%
B=52.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72571410.490.6000.45250.7142.4238.82
Hex48398D313C02Dfb2a27
Octal1107121561740553735247
Binary100100011100110001101110001111100010110111111011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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