#4E297B

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

Shades of Blue Diamond #4E297B

Tints of Blue Diamond #4E297B

Color information

#4E297B (or 0x4E297B) is unknown color: approx Blue Diamond. HEX triplet: 4E, 29 and 7B. RGB value is (78,41,123). Sum of RGB (Red+Green+Blue) = 78+41+123=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E297B is #B1D684. Grayscale: #3D3D3D. Windows color (decimal): -11654789 or 8071502. OLE color: 8071502.

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

Color convert

RGB7841123-
CMYK0.370.6700.52
HSL267.07º50%32.16%-
HSV(B)267.07º66.67%48.24%-
XYZ7.514.6419.24-
YUV61.41162.76139.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.23%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=32.23%
G=16.94%
B=50.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78411230.370.6700.52267.075032.16
Hex4E297B254303410b3220
Octal11651173451030644136240
Binary1001110101001111101110010110000110110100100001011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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