#4E2971

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

Shades of Blue Diamond #4E2971

Tints of Blue Diamond #4E2971

Color information

#4E2971 (or 0x4E2971) is unknown color: approx Blue Diamond. HEX triplet: 4E, 29 and 71. RGB value is (78,41,113). Sum of RGB (Red+Green+Blue) = 78+41+113=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E2971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2971 is #B1D68E. Grayscale: #3C3C3C. Windows color (decimal): -11654799 or 7416142. OLE color: 7416142.

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

Color convert

RGB7841113-
CMYK0.310.6400.56
HSL270.83º46.75%30.2%-
HSV(B)270.83º63.72%44.31%-
XYZ6.924.416.11-
YUV60.27157.76140.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=33.62%
G=17.67%
B=48.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78411130.310.6400.56270.8346.7530.2
Hex4E29711F4003810f2f1e
Octal11651161371000704175736
Binary10011101010011110001111111000000011100010000111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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