#4C318B

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

Shades of Blue Gem #4C318B

Tints of Blue Gem #4C318B

Color information

#4C318B (or 0x4C318B) is unknown color: approx Blue Gem. HEX triplet: 4C, 31 and 8B. RGB value is (76,49,139). Sum of RGB (Red+Green+Blue) = 76+49+139=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C318B is #B3CE74. Grayscale: #434343. Windows color (decimal): -11783797 or 9122124. OLE color: 9122124.

HSL color Cylindrical-coordinate representation of color #4C318B: hue angle of 258º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C318B is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7649139-
CMYK0.450.6500.45
HSL258º47.87%36.86%-
HSV(B)258º64.75%54.51%-
XYZ8.745.625.05-
YUV67.33168.45134.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.79%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=28.79%
G=18.56%
B=52.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76491390.450.6500.4525847.8736.86
Hex4C318B2D4102D1023025
Octal11461213551010554026045
Binary10011001100011000101110110110000010101101100000010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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