#4E2772

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

Shades of Blue Diamond #4E2772

Tints of Blue Diamond #4E2772

Color information

#4E2772 (or 0x4E2772) is unknown color: approx Blue Diamond. HEX triplet: 4E, 27 and 72. RGB value is (78,39,114). Sum of RGB (Red+Green+Blue) = 78+39+114=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E2772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2772 is #B1D88D. Grayscale: #3A3A3A. Windows color (decimal): -11655310 or 7481166. OLE color: 7481166.

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

Color convert

RGB7839114-
CMYK0.320.6600.55
HSL271.2º49.02%30%-
HSV(B)271.2º65.79%44.71%-
XYZ6.94.2916.38-
YUV59.21158.92141.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.77%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=33.77%
G=16.88%
B=49.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78391140.320.6600.55271.249.0230
Hex4E2772204203710f311e
Octal11647162401020674176136
Binary100111010011111100101000001000010011011110000111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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