#48339F

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

Shades of Blue Gem #48339F

Tints of Blue Gem #48339F

Color information

#48339F (or 0x48339F) is unknown color: approx Blue Gem. HEX triplet: 48, 33 and 9F. RGB value is (72,51,159). Sum of RGB (Red+Green+Blue) = 72+51+159=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #48339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48339F is #B7CC60. Grayscale: #454545. Windows color (decimal): -12045409 or 10433352. OLE color: 10433352.

HSL color Cylindrical-coordinate representation of color #48339F: hue angle of 251.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48339F is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7251159-
CMYK0.550.6800.38
HSL251.67º51.43%41.18%-
HSV(B)251.67º67.92%62.35%-
XYZ10.116.2533.47-
YUV69.59178.46129.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=25.53%
G=18.09%
B=56.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72511590.550.6800.38251.6751.4341.18
Hex48339F3744026fc3329
Octal11063237671040463746351
Binary1001000110011100111111101111000100010011011111100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48339F; }

 p { color: rgb(72,51,159); }

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

<style>
 a { background-color: #48339F; }

 a { background-color: rgb(72,51,159); }

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

<style>
 span { border-color: #48339F; }

 span { border-color: rgb(72,51,159); }

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