#4E297C

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

Shades of Blue Diamond #4E297C

Tints of Blue Diamond #4E297C

Color information

#4E297C (or 0x4E297C) is unknown color: approx Blue Diamond. HEX triplet: 4E, 29 and 7C. RGB value is (78,41,124). Sum of RGB (Red+Green+Blue) = 78+41+124=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E297C is #B1D683. Grayscale: #3D3D3D. Windows color (decimal): -11654788 or 8137038. OLE color: 8137038.

HSL color Cylindrical-coordinate representation of color #4E297C: hue angle of 266.75º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E297C is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7841124-
CMYK0.370.6700.51
HSL266.75º50.3%32.35%-
HSV(B)266.75º66.94%48.63%-
XYZ7.574.6619.57-
YUV61.52163.26139.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=32.10%
G=16.87%
B=51.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78411240.370.6700.51266.7550.332.35
Hex4E297C254303310b3220
Octal11651174451030634136240
Binary1001110101001111110010010110000110110011100001011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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