#4D3271

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

Shades of Blue Diamond #4D3271

Tints of Blue Diamond #4D3271

Color information

#4D3271 (or 0x4D3271) is unknown color: approx Blue Diamond. HEX triplet: 4D, 32 and 71. RGB value is (77,50,113). Sum of RGB (Red+Green+Blue) = 77+50+113=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D3271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3271 is #B2CD8E. Grayscale: #414141. Windows color (decimal): -11718031 or 7418445. OLE color: 7418445.

HSL color Cylindrical-coordinate representation of color #4D3271: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D3271 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7750113-
CMYK0.320.5600.56
HSL265.71º38.65%31.96%-
HSV(B)265.71º55.75%44.31%-
XYZ7.185.0516.22-
YUV65.26154.95136.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=32.08%
G=20.83%
B=47.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77501130.320.5600.56265.7138.6531.96
Hex4D3271203803810a2720
Octal1156216140700704124740
Binary100110111001011100011000001110000111000100001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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