#48349B

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

Shades of Blue Gem #48349B

Tints of Blue Gem #48349B

Color information

#48349B (or 0x48349B) is unknown color: approx Blue Gem. HEX triplet: 48, 34 and 9B. RGB value is (72,52,155). Sum of RGB (Red+Green+Blue) = 72+52+155=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #48349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48349B is #B7CB64. Grayscale: #454545. Windows color (decimal): -12045157 or 10171464. OLE color: 10171464.

HSL color Cylindrical-coordinate representation of color #48349B: hue angle of 251.65º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48349B is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7252155-
CMYK0.540.6600.39
HSL251.65º49.76%40.59%-
HSV(B)251.65º66.45%60.78%-
XYZ9.826.231.69-
YUV69.72176.13129.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=25.81%
G=18.64%
B=55.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72521550.540.6600.39251.6549.7640.59
Hex48349B3642027fc3229
Octal11064233661020473746251
Binary1001000110100100110111101101000010010011111111100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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