#4E236D

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

Shades of Blue Diamond #4E236D

Tints of Blue Diamond #4E236D

Color information

#4E236D (or 0x4E236D) is unknown color: approx Blue Diamond. HEX triplet: 4E, 23 and 6D. RGB value is (78,35,109). Sum of RGB (Red+Green+Blue) = 78+35+109=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E236D is #B1DC92. Grayscale: #383838. Windows color (decimal): -11656339 or 7152462. OLE color: 7152462.

HSL color Cylindrical-coordinate representation of color #4E236D: hue angle of 274.86º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E236D is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7835109-
CMYK0.280.6800.57
HSL274.86º51.39%28.24%-
HSV(B)274.86º67.89%42.75%-
XYZ6.53.9314.88-
YUV56.29157.75143.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=35.14%
G=15.77%
B=49.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78351090.280.6800.57274.8651.3928.24
Hex4E236D1C44039113331c
Octal11643155341040714236334
Binary10011101000111101101111001000100011100110001001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,35,109); }

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

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

 a { background-color: rgb(78,35,109); }

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

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

 span { border-color: rgb(78,35,109); }

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