#4E2979

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

Shades of Blue Diamond #4E2979

Tints of Blue Diamond #4E2979

Color information

#4E2979 (or 0x4E2979) is unknown color: approx Blue Diamond. HEX triplet: 4E, 29 and 79. RGB value is (78,41,121). Sum of RGB (Red+Green+Blue) = 78+41+121=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E2979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2979 is #B1D686. Grayscale: #3C3C3C. Windows color (decimal): -11654791 or 7940430. OLE color: 7940430.

HSL color Cylindrical-coordinate representation of color #4E2979: hue angle of 267.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E2979 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7841121-
CMYK0.360.6600.53
HSL267.75º49.38%31.76%-
HSV(B)267.75º66.12%47.45%-
XYZ7.394.5918.59-
YUV61.18161.76140-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=32.5%
G=17.08%
B=50.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78411210.360.6600.53267.7549.3831.76
Hex4E2979244203510c3120
Octal11651171441020654146140
Binary1001110101001111100110010010000100110101100001100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,121); }

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

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

 a { background-color: rgb(78,41,121); }

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

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

 span { border-color: rgb(78,41,121); }

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