#4E2577

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

Shades of Blue Diamond #4E2577

Tints of Blue Diamond #4E2577

Color information

#4E2577 (or 0x4E2577) is unknown color: approx Blue Diamond. HEX triplet: 4E, 25 and 77. RGB value is (78,37,119). Sum of RGB (Red+Green+Blue) = 78+37+119=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #4E2577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2577 is #B1DA88. Grayscale: #3A3A3A. Windows color (decimal): -11655817 or 7808334. OLE color: 7808334.

HSL color Cylindrical-coordinate representation of color #4E2577: hue angle of 270º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E2577 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7837119-
CMYK0.340.6900.53
HSL270º52.56%30.59%-
HSV(B)270º68.91%46.67%-
XYZ7.134.2717.9-
YUV58.61162.08141.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=33.33%
G=15.81%
B=50.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78371190.340.6900.5327052.5630.59
Hex4E2577224503510e351f
Octal11645167421050654166537
Binary100111010010111101111000101000101011010110000111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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