#48388C

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

Shades of Blue Gem #48388C

Tints of Blue Gem #48388C

Color information

#48388C (or 0x48388C) is unknown color: approx Blue Gem. HEX triplet: 48, 38 and 8C. RGB value is (72,56,140). Sum of RGB (Red+Green+Blue) = 72+56+140=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #48388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48388C is #B7C773. Grayscale: #464646. Windows color (decimal): -12044148 or 9189448. OLE color: 9189448.

HSL color Cylindrical-coordinate representation of color #48388C: hue angle of 251.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48388C is Cyan = 0.49, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7256140-
CMYK0.490.600.45
HSL251.43º42.86%38.43%-
HSV(B)251.43º60%54.9%-
XYZ8.826.125.52-
YUV70.36167.3129.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=26.87%
G=20.90%
B=52.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72561400.490.600.45251.4342.8638.43
Hex48388C313C02Dfb2b26
Octal1107021461740553735346
Binary100100011100010001100110001111100010110111111011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,56,140); }

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

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

 a { background-color: rgb(72,56,140); }

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

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

 span { border-color: rgb(72,56,140); }

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