#48359B

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

Shades of Blue Gem #48359B

Tints of Blue Gem #48359B

Color information

#48359B (or 0x48359B) is unknown color: approx Blue Gem. HEX triplet: 48, 35 and 9B. RGB value is (72,53,155). Sum of RGB (Red+Green+Blue) = 72+53+155=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #48359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48359B is #B7CA64. Grayscale: #454545. Windows color (decimal): -12044901 or 10171720. OLE color: 10171720.

HSL color Cylindrical-coordinate representation of color #48359B: hue angle of 251.18º degrees, saturation: 0.49, 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 #48359B is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7253155-
CMYK0.540.6600.39
HSL251.18º49.04%40.78%-
HSV(B)251.18º65.81%60.78%-
XYZ9.866.2931.7-
YUV70.31175.79129.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=25.71%
G=18.93%
B=55.36%

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
Decimal72531550.540.6600.39251.1849.0440.78
Hex48359B3642027fb3129
Octal11065233661020473736151
Binary1001000110101100110111101101000010010011111111011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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