#48369B

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

Shades of Blue Gem #48369B

Tints of Blue Gem #48369B

Color information

#48369B (or 0x48369B) is unknown color: approx Blue Gem. HEX triplet: 48, 36 and 9B. RGB value is (72,54,155). Sum of RGB (Red+Green+Blue) = 72+54+155=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #48369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48369B is #B7C964. Grayscale: #464646. Windows color (decimal): -12044645 or 10171976. OLE color: 10171976.

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

Color convert

RGB7254155-
CMYK0.540.6500.39
HSL250.69º48.33%40.98%-
HSV(B)250.69º65.16%60.78%-
XYZ9.916.3831.72-
YUV70.9175.46128.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=25.62%
G=19.22%
B=55.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72541550.540.6500.39250.6948.3340.98
Hex48369B3641027fb3029
Octal11066233661010473736051
Binary1001000110110100110111101101000001010011111111011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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