#4D3286

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

Shades of Blue Gem #4D3286

Tints of Blue Gem #4D3286

Color information

#4D3286 (or 0x4D3286) is unknown color: approx Blue Gem. HEX triplet: 4D, 32 and 86. RGB value is (77,50,134). Sum of RGB (Red+Green+Blue) = 77+50+134=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D3286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3286 is #B2CD79. Grayscale: #434343. Windows color (decimal): -11718010 or 8794701. OLE color: 8794701.

HSL color Cylindrical-coordinate representation of color #4D3286: hue angle of 259.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D3286 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7750134-
CMYK0.430.6300.47
HSL259.29º45.65%36.08%-
HSV(B)259.29º62.69%52.55%-
XYZ8.55.5823.18-
YUV67.65165.45134.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.50%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=29.50%
G=19.16%
B=51.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77501340.430.6300.47259.2945.6536.08
Hex4D32862B3F02F1032e24
Octal1156220653770574035644
Binary1001101110010100001101010111111110101111100000011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,134); }

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

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

 a { background-color: rgb(77,50,134); }

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

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

 span { border-color: rgb(77,50,134); }

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