#4E3171

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

Shades of Blue Diamond #4E3171

Tints of Blue Diamond #4E3171

Color information

#4E3171 (or 0x4E3171) is unknown color: approx Blue Diamond. HEX triplet: 4E, 31 and 71. RGB value is (78,49,113). Sum of RGB (Red+Green+Blue) = 78+49+113=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 49 (19.53% from 255 or 20.42% 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 #4E3171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3171 is #B1CE8E. Grayscale: #404040. Windows color (decimal): -11652751 or 7418190. OLE color: 7418190.

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

Color convert

RGB7849113-
CMYK0.310.5700.56
HSL267.19º39.51%31.76%-
HSV(B)267.19º56.64%44.31%-
XYZ7.225.0116.21-
YUV64.97155.11137.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=32.5%
G=20.42%
B=47.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78491130.310.5700.56267.1939.5131.76
Hex4E31711F3903810b2820
Octal1166116137710704135040
Binary10011101100011110001111111110010111000100001011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,113); }

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

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

 a { background-color: rgb(78,49,113); }

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

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

 span { border-color: rgb(78,49,113); }

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