#48358B

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

Shades of Blue Gem #48358B

Tints of Blue Gem #48358B

Color information

#48358B (or 0x48358B) is unknown color: approx Blue Gem. HEX triplet: 48, 35 and 8B. RGB value is (72,53,139). Sum of RGB (Red+Green+Blue) = 72+53+139=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #48358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48358B is #B7CA74. Grayscale: #444444. Windows color (decimal): -12044917 or 9123144. OLE color: 9123144.

HSL color Cylindrical-coordinate representation of color #48358B: hue angle of 253.26º 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 #48358B is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7253139-
CMYK0.480.6200.45
HSL253.26º44.79%37.65%-
HSV(B)253.26º61.87%54.51%-
XYZ8.615.7925.09-
YUV68.48167.79130.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=27.27%
G=20.08%
B=52.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72531390.480.6200.45253.2644.7937.65
Hex48358B303E02Dfd2d26
Octal1106521360760553755546
Binary100100011010110001011110000111110010110111111101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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