#48348A

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

Shades of Blue Gem #48348A

Tints of Blue Gem #48348A

Color information

#48348A (or 0x48348A) is unknown color: approx Blue Gem. HEX triplet: 48, 34 and 8A. RGB value is (72,52,138). Sum of RGB (Red+Green+Blue) = 72+52+138=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #48348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48348A is #B7CB75. Grayscale: #434343. Windows color (decimal): -12045174 or 9057352. OLE color: 9057352.

HSL color Cylindrical-coordinate representation of color #48348A: hue angle of 253.95º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48348A is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7252138-
CMYK0.480.6200.46
HSL253.95º45.26%37.25%-
HSV(B)253.95º62.32%54.12%-
XYZ8.495.6724.69-
YUV67.78167.63131.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=27.48%
G=19.85%
B=52.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72521380.480.6200.46253.9545.2637.25
Hex48348A303E02Efe2d25
Octal1106421260760563765545
Binary100100011010010001010110000111110010111011111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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