#4E2F76

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

Shades of Blue Diamond #4E2F76

Tints of Blue Diamond #4E2F76

Color information

#4E2F76 (or 0x4E2F76) is unknown color: approx Blue Diamond. HEX triplet: 4E, 2F and 76. RGB value is (78,47,118). Sum of RGB (Red+Green+Blue) = 78+47+118=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E2F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2F76 is #B1D089. Grayscale: #404040. Windows color (decimal): -11653258 or 7745358. OLE color: 7745358.

HSL color Cylindrical-coordinate representation of color #4E2F76: hue angle of 266.2º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E2F76 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7847118-
CMYK0.340.6000.54
HSL266.2º43.03%32.35%-
HSV(B)266.2º60.17%46.27%-
XYZ7.434.9617.71-
YUV64.36158.27137.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=32.10%
G=19.34%
B=48.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78471180.340.6000.54266.243.0332.35
Hex4E2F76223C03610a2b20
Octal1165716642740664125340
Binary100111010111111101101000101111000110110100001010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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