#4E2573

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

Shades of Blue Diamond #4E2573

Tints of Blue Diamond #4E2573

Color information

#4E2573 (or 0x4E2573) is unknown color: approx Blue Diamond. HEX triplet: 4E, 25 and 73. RGB value is (78,37,115). Sum of RGB (Red+Green+Blue) = 78+37+115=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E2573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2573 is #B1DA8C. Grayscale: #393939. Windows color (decimal): -11655821 or 7546190. OLE color: 7546190.

HSL color Cylindrical-coordinate representation of color #4E2573: hue angle of 271.54º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E2573 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7837115-
CMYK0.320.6800.55
HSL271.54º51.32%29.8%-
HSV(B)271.54º67.83%45.1%-
XYZ6.94.1816.66-
YUV58.15160.08142.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 115 (45.31% from 255) = 50%
R=33.91%
G=16.09%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78371150.320.6800.55271.5451.3229.8
Hex4E25732044037110331e
Octal11645163401040674206336
Binary100111010010111100111000001000100011011110001000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,37,115); }

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

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

 a { background-color: rgb(78,37,115); }

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

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

 span { border-color: rgb(78,37,115); }

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