#4E216D

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

Shades of Blue Diamond #4E216D

Tints of Blue Diamond #4E216D

Color information

#4E216D (or 0x4E216D) is unknown color: approx Blue Diamond. HEX triplet: 4E, 21 and 6D. RGB value is (78,33,109). Sum of RGB (Red+Green+Blue) = 78+33+109=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E216D is #B1DE92. Grayscale: #363636. Windows color (decimal): -11656851 or 7151950. OLE color: 7151950.

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

Color convert

RGB7833109-
CMYK0.280.7000.57
HSL275.53º53.52%27.84%-
HSV(B)275.53º69.72%42.75%-
XYZ6.453.8114.86-
YUV55.12158.41144.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.45%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=35.45%
G=15%
B=49.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78331090.280.7000.57275.5353.5227.84
Hex4E216D1C46039114361c
Octal11641155341060714246634
Binary10011101000011101101111001000110011100110001010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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