#4D3671

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

Shades of Blue Diamond #4D3671

Tints of Blue Diamond #4D3671

Color information

#4D3671 (or 0x4D3671) is unknown color: approx Blue Diamond. HEX triplet: 4D, 36 and 71. RGB value is (77,54,113). Sum of RGB (Red+Green+Blue) = 77+54+113=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D3671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3671 is #B2C98E. Grayscale: #434343. Windows color (decimal): -11717007 or 7419469. OLE color: 7419469.

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

Color convert

RGB7754113-
CMYK0.320.5200.56
HSL263.39º35.33%32.75%-
HSV(B)263.39º52.21%44.31%-
XYZ7.365.4116.28-
YUV67.6153.62134.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.56%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=31.56%
G=22.13%
B=46.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77541130.320.5200.56263.3935.3332.75
Hex4D367120340381072321
Octal1156616140640704074341
Binary100110111011011100011000001101000111000100000111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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