#48339C

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

Shades of Blue Gem #48339C

Tints of Blue Gem #48339C

Color information

#48339C (or 0x48339C) is unknown color: approx Blue Gem. HEX triplet: 48, 33 and 9C. RGB value is (72,51,156). Sum of RGB (Red+Green+Blue) = 72+51+156=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #48339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48339C is #B7CC63. Grayscale: #444444. Windows color (decimal): -12045412 or 10236744. OLE color: 10236744.

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

Color convert

RGB7251156-
CMYK0.540.6700.39
HSL252º50.72%40.59%-
HSV(B)252º67.31%61.18%-
XYZ9.866.1532.12-
YUV69.25176.96129.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 156 (61.33% from 255) = 55.91%
R=25.81%
G=18.28%
B=55.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72511560.540.6700.3925250.7240.59
Hex48339C3643027fc3329
Octal11063234661030473746351
Binary1001000110011100111001101101000011010011111111100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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