#4E1C76

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

Shades of Blue Diamond #4E1C76

Tints of Blue Diamond #4E1C76

Color information

#4E1C76 (or 0x4E1C76) is unknown color: approx Blue Diamond. HEX triplet: 4E, 1C and 76. RGB value is (78,28,118). Sum of RGB (Red+Green+Blue) = 78+28+118=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E1C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1C76 is #B1E389. Grayscale: #343434. Windows color (decimal): -11658122 or 7740494. OLE color: 7740494.

HSL color Cylindrical-coordinate representation of color #4E1C76: hue angle of 273.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1C76 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7828118-
CMYK0.340.7600.54
HSL273.33º61.64%28.63%-
HSV(B)273.33º76.27%46.27%-
XYZ6.833.7617.51-
YUV53.21164.56145.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.82%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=34.82%
G=12.5%
B=52.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78281180.340.7600.54273.3361.6428.63
Hex4E1C76224C0361113e1d
Octal11634166421140664217635
Binary10011101110011101101000101001100011011010001000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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