#4C388B

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

Shades of Blue Gem #4C388B

Tints of Blue Gem #4C388B

Color information

#4C388B (or 0x4C388B) is unknown color: approx Blue Gem. HEX triplet: 4C, 38 and 8B. RGB value is (76,56,139). Sum of RGB (Red+Green+Blue) = 76+56+139=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C388B is #B3C774. Grayscale: #474747. Windows color (decimal): -11782005 or 9123916. OLE color: 9123916.

HSL color Cylindrical-coordinate representation of color #4C388B: hue angle of 254.46º 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 #4C388B is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7656139-
CMYK0.450.6000.45
HSL254.46º42.56%38.24%-
HSV(B)254.46º59.71%54.51%-
XYZ9.056.2325.15-
YUV71.44166.13131.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.04%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=28.04%
G=20.66%
B=51.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76561390.450.6000.45254.4642.5638.24
Hex4C388B2D3C02Dfe2b26
Octal1147021355740553765346
Binary100110011100010001011101101111100010110111111110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C388B; }

 p { color: rgb(76,56,139); }

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

<style>
 a { background-color: #4C388B; }

 a { background-color: rgb(76,56,139); }

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

<style>
 span { border-color: #4C388B; }

 span { border-color: rgb(76,56,139); }

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