#4E2871

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

Shades of Blue Diamond #4E2871

Tints of Blue Diamond #4E2871

Color information

#4E2871 (or 0x4E2871) is unknown color: approx Blue Diamond. HEX triplet: 4E, 28 and 71. RGB value is (78,40,113). Sum of RGB (Red+Green+Blue) = 78+40+113=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E2871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2871 is #B1D78E. Grayscale: #3B3B3B. Windows color (decimal): -11655055 or 7415886. OLE color: 7415886.

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

Color convert

RGB7840113-
CMYK0.310.6500.56
HSL271.23º47.71%30%-
HSV(B)271.23º64.6%44.31%-
XYZ6.884.3316.1-
YUV59.68158.09141.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.77%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=33.77%
G=17.32%
B=48.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78401130.310.6500.56271.2347.7130
Hex4E28711F4103810f301e
Octal11650161371010704176036
Binary10011101010001110001111111000001011100010000111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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