#48388A

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

Shades of Blue Gem #48388A

Tints of Blue Gem #48388A

Color information

#48388A (or 0x48388A) is unknown color: approx Blue Gem. HEX triplet: 48, 38 and 8A. RGB value is (72,56,138). Sum of RGB (Red+Green+Blue) = 72+56+138=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #48388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48388A is #B7C775. Grayscale: #454545. Windows color (decimal): -12044150 or 9058376. OLE color: 9058376.

HSL color Cylindrical-coordinate representation of color #48388A: hue angle of 251.71º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48388A is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7256138-
CMYK0.480.5900.46
HSL251.71º42.27%38.04%-
HSV(B)251.71º59.42%54.12%-
XYZ8.676.0424.75-
YUV70.13166.3129.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=27.07%
G=21.05%
B=51.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72561380.480.5900.46251.7142.2738.04
Hex48388A303B02Efc2a26
Octal1107021260730563745246
Binary100100011100010001010110000111011010111011111100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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