#4E2776

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

Shades of Blue Diamond #4E2776

Tints of Blue Diamond #4E2776

Color information

#4E2776 (or 0x4E2776) is unknown color: approx Blue Diamond. HEX triplet: 4E, 27 and 76. RGB value is (78,39,118). Sum of RGB (Red+Green+Blue) = 78+39+118=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E2776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2776 is #B1D889. Grayscale: #3B3B3B. Windows color (decimal): -11655306 or 7743310. OLE color: 7743310.

HSL color Cylindrical-coordinate representation of color #4E2776: hue angle of 269.62º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E2776 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7839118-
CMYK0.340.6700.54
HSL269.62º50.32%30.78%-
HSV(B)269.62º66.95%46.27%-
XYZ7.144.3817.61-
YUV59.67160.92141.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.19%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=33.19%
G=16.60%
B=50.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78391180.340.6700.54269.6250.3230.78
Hex4E2776224303610e321f
Octal11647166421030664166237
Binary100111010011111101101000101000011011011010000111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,39,118); }

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

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

 a { background-color: rgb(78,39,118); }

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

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

 span { border-color: rgb(78,39,118); }

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