#4E297D

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

Shades of Blue Diamond #4E297D

Tints of Blue Diamond #4E297D

Color information

#4E297D (or 0x4E297D) is unknown color: approx Blue Diamond. HEX triplet: 4E, 29 and 7D. RGB value is (78,41,125). Sum of RGB (Red+Green+Blue) = 78+41+125=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E297D is #B1D682. Grayscale: #3D3D3D. Windows color (decimal): -11654787 or 8202574. OLE color: 8202574.

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

Color convert

RGB7841125-
CMYK0.380.6700.51
HSL266.43º50.6%32.55%-
HSV(B)266.43º67.2%49.02%-
XYZ7.644.6919.9-
YUV61.64163.76139.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.97%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 125 (49.22% from 255) = 51.23%
R=31.97%
G=16.80%
B=51.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78411250.380.6700.51266.4350.632.55
Hex4E297D264303310a3321
Octal11651175461030634126341
Binary1001110101001111110110011010000110110011100001010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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