#4D326A

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

Shades of Blue Diamond #4D326A

Tints of Blue Diamond #4D326A

Color information

#4D326A (or 0x4D326A) is unknown color: approx Blue Diamond. HEX triplet: 4D, 32 and 6A. RGB value is (77,50,106). Sum of RGB (Red+Green+Blue) = 77+50+106=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D326A is #B2CD95. Grayscale: #404040. Windows color (decimal): -11718038 or 6959693. OLE color: 6959693.

HSL color Cylindrical-coordinate representation of color #4D326A: hue angle of 268.93º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D326A is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7750106-
CMYK0.270.5300.58
HSL268.93º35.9%30.59%-
HSV(B)268.93º52.83%41.57%-
XYZ6.84.914.22-
YUV64.46151.45136.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.05%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=33.05%
G=21.46%
B=45.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77501060.270.5300.58268.9335.930.59
Hex4D326A1B3503A10d241f
Octal1156215233650724154437
Binary1001101110010110101011011110101011101010000110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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