#4D3C9F

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

Shades of Blue Gem #4D3C9F

Tints of Blue Gem #4D3C9F

Color information

#4D3C9F (or 0x4D3C9F) is unknown color: approx Blue Gem. HEX triplet: 4D, 3C and 9F. RGB value is (77,60,159). Sum of RGB (Red+Green+Blue) = 77+60+159=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D3C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3C9F is #B2C360. Grayscale: #4B4B4B. Windows color (decimal): -11715425 or 10435661. OLE color: 10435661.

HSL color Cylindrical-coordinate representation of color #4D3C9F: hue angle of 250.3º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D3C9F is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7760159-
CMYK0.520.6200.38
HSL250.3º45.21%42.94%-
HSV(B)250.3º62.26%62.35%-
XYZ10.937.3133.64-
YUV76.37174.63128.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.01%
GREEN value IS 60 (23.83% from 255) = 20.27%
BLUE value IS 159 (62.5% from 255) = 53.72%
R=26.01%
G=20.27%
B=53.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77601590.520.6200.38250.345.2142.94
Hex4D3C9F343E026fa2d2b
Octal1157423764760463725553
Binary100110111110010011111110100111110010011011111010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,60,159); }

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

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

 a { background-color: rgb(77,60,159); }

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

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

 span { border-color: rgb(77,60,159); }

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