#48349D

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

Shades of Blue Gem #48349D

Tints of Blue Gem #48349D

Color information

#48349D (or 0x48349D) is unknown color: approx Blue Gem. HEX triplet: 48, 34 and 9D. RGB value is (72,52,157). Sum of RGB (Red+Green+Blue) = 72+52+157=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #48349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48349D is #B7CB62. Grayscale: #454545. Windows color (decimal): -12045155 or 10302536. OLE color: 10302536.

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

Color convert

RGB7252157-
CMYK0.540.6700.38
HSL251.43º50.24%40.98%-
HSV(B)251.43º66.88%61.57%-
XYZ9.996.2732.58-
YUV69.95177.13129.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=25.62%
G=18.51%
B=55.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72521570.540.6700.38251.4350.2440.98
Hex48349D3643026fb3229
Octal11064235661030463736251
Binary1001000110100100111011101101000011010011011111011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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