#4E287A

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

Shades of Blue Diamond #4E287A

Tints of Blue Diamond #4E287A

Color information

#4E287A (or 0x4E287A) is unknown color: approx Blue Diamond. HEX triplet: 4E, 28 and 7A. RGB value is (78,40,122). Sum of RGB (Red+Green+Blue) = 78+40+122=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E287A is #B1D785. Grayscale: #3C3C3C. Windows color (decimal): -11655046 or 8005710. OLE color: 8005710.

HSL color Cylindrical-coordinate representation of color #4E287A: hue angle of 267.8º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E287A is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7840122-
CMYK0.360.6700.52
HSL267.8º50.62%31.76%-
HSV(B)267.8º67.21%47.84%-
XYZ7.414.5418.9-
YUV60.71162.59140.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=32.5%
G=16.67%
B=50.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78401220.360.6700.52267.850.6231.76
Hex4E287A244303410c3320
Octal11650172441030644146340
Binary1001110101000111101010010010000110110100100001100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,40,122); }

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

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

 a { background-color: rgb(78,40,122); }

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

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

 span { border-color: rgb(78,40,122); }

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