#48348E

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

Shades of Blue Gem #48348E

Tints of Blue Gem #48348E

Color information

#48348E (or 0x48348E) is unknown color: approx Blue Gem. HEX triplet: 48, 34 and 8E. RGB value is (72,52,142). Sum of RGB (Red+Green+Blue) = 72+52+142=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #48348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48348E is #B7CB71. Grayscale: #434343. Windows color (decimal): -12045170 or 9319496. OLE color: 9319496.

HSL color Cylindrical-coordinate representation of color #48348E: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48348E is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7252142-
CMYK0.490.6300.44
HSL253.33º46.39%38.04%-
HSV(B)253.33º63.38%55.69%-
XYZ8.785.7926.25-
YUV68.24169.63130.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 142 (55.86% from 255) = 53.38%
R=27.07%
G=19.55%
B=53.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72521420.490.6300.44253.3346.3938.04
Hex48348E313F02Cfd2e26
Octal1106421661770543755646
Binary100100011010010001110110001111111010110011111101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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