#4E227C

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

Shades of Blue Diamond #4E227C

Tints of Blue Diamond #4E227C

Color information

#4E227C (or 0x4E227C) is unknown color: approx Blue Diamond. HEX triplet: 4E, 22 and 7C. RGB value is (78,34,124). Sum of RGB (Red+Green+Blue) = 78+34+124=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E227C is #B1DD83. Grayscale: #393939. Windows color (decimal): -11656580 or 8135246. OLE color: 8135246.

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

Color convert

RGB7834124-
CMYK0.370.7300.51
HSL269.33º56.96%30.98%-
HSV(B)269.33º72.58%48.63%-
XYZ7.354.2219.5-
YUV57.42165.58142.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.05%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=33.05%
G=14.41%
B=52.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78341240.370.7300.51269.3356.9630.98
Hex4E227C254903310d391f
Octal11642174451110634157137
Binary100111010001011111001001011001001011001110000110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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