#4D3585

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

Shades of Blue Gem #4D3585

Tints of Blue Gem #4D3585

Color information

#4D3585 (or 0x4D3585) is unknown color: approx Blue Gem. HEX triplet: 4D, 35 and 85. RGB value is (77,53,133). Sum of RGB (Red+Green+Blue) = 77+53+133=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D3585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3585 is #B2CA7A. Grayscale: #454545. Windows color (decimal): -11717243 or 8729933. OLE color: 8729933.

HSL color Cylindrical-coordinate representation of color #4D3585: hue angle of 258º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D3585 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7753133-
CMYK0.420.6000.48
HSL258º43.01%36.47%-
HSV(B)258º60.15%52.16%-
XYZ8.575.8222.86-
YUV69.3163.95133.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.28%
GREEN value IS 53 (21.09% from 255) = 20.15%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=29.28%
G=20.15%
B=50.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77531330.420.6000.4825843.0136.47
Hex4D35852A3C0301022b24
Octal1156520552740604025344
Binary1001101110101100001011010101111000110000100000010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,53,133); }

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

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

 a { background-color: rgb(77,53,133); }

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

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

 span { border-color: rgb(77,53,133); }

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