#4E2C7D

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

Shades of Blue Diamond #4E2C7D

Tints of Blue Diamond #4E2C7D

Color information

#4E2C7D (or 0x4E2C7D) is unknown color: approx Blue Diamond. HEX triplet: 4E, 2C and 7D. RGB value is (78,44,125). Sum of RGB (Red+Green+Blue) = 78+44+125=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E2C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2C7D is #B1D382. Grayscale: #3F3F3F. Windows color (decimal): -11654019 or 8203342. OLE color: 8203342.

HSL color Cylindrical-coordinate representation of color #4E2C7D: hue angle of 265.19º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E2C7D is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7844125-
CMYK0.380.6500.51
HSL265.19º47.93%33.14%-
HSV(B)265.19º64.8%49.02%-
XYZ7.744.919.94-
YUV63.4162.76138.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.58%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=31.58%
G=17.81%
B=50.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78441250.380.6500.51265.1947.9333.14
Hex4E2C7D26410331093021
Octal11654175461010634116041
Binary1001110101100111110110011010000010110011100001001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,44,125); }

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

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

 a { background-color: rgb(78,44,125); }

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

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

 span { border-color: rgb(78,44,125); }

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