#48358D

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

Shades of Blue Gem #48358D

Tints of Blue Gem #48358D

Color information

#48358D (or 0x48358D) is unknown color: approx Blue Gem. HEX triplet: 48, 35 and 8D. RGB value is (72,53,141). Sum of RGB (Red+Green+Blue) = 72+53+141=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #48358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48358D is #B7CA72. Grayscale: #444444. Windows color (decimal): -12044915 or 9254216. OLE color: 9254216.

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

Color convert

RGB7253141-
CMYK0.490.6200.45
HSL252.95º45.36%38.04%-
HSV(B)252.95º62.41%55.29%-
XYZ8.755.8525.87-
YUV68.71168.79130.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=27.07%
G=19.92%
B=53.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72531410.490.6200.45252.9545.3638.04
Hex48358D313E02Dfd2d26
Octal1106521561760553755546
Binary100100011010110001101110001111110010110111111101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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