#4E2574

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

Shades of Blue Diamond #4E2574

Tints of Blue Diamond #4E2574

Color information

#4E2574 (or 0x4E2574) is unknown color: approx Blue Diamond. HEX triplet: 4E, 25 and 74. RGB value is (78,37,116). Sum of RGB (Red+Green+Blue) = 78+37+116=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E2574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2574 is #B1DA8B. Grayscale: #393939. Windows color (decimal): -11655820 or 7611726. OLE color: 7611726.

HSL color Cylindrical-coordinate representation of color #4E2574: hue angle of 271.14º degrees, saturation: 0.52, 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 #4E2574 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7837116-
CMYK0.330.6800.55
HSL271.14º51.63%30%-
HSV(B)271.14º68.1%45.49%-
XYZ6.964.216.97-
YUV58.26160.58142.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.77%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=33.77%
G=16.02%
B=50.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78371160.330.6800.55271.1451.6330
Hex4E2574214403710f341e
Octal11645164411040674176436
Binary100111010010111101001000011000100011011110000111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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