#4E2173

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

Shades of Blue Diamond #4E2173

Tints of Blue Diamond #4E2173

Color information

#4E2173 (or 0x4E2173) is unknown color: approx Blue Diamond. HEX triplet: 4E, 21 and 73. RGB value is (78,33,115). Sum of RGB (Red+Green+Blue) = 78+33+115=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E2173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2173 is #B1DE8C. Grayscale: #373737. Windows color (decimal): -11656845 or 7545166. OLE color: 7545166.

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

Color convert

RGB7833115-
CMYK0.320.7100.55
HSL272.93º55.41%29.02%-
HSV(B)272.93º71.3%45.1%-
XYZ6.783.9516.62-
YUV55.8161.41143.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=34.51%
G=14.60%
B=50.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78331150.320.7100.55272.9355.4129.02
Hex4E21732047037111371d
Octal11641163401070674216735
Binary100111010000111100111000001000111011011110001000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,33,115); }

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

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

 a { background-color: rgb(78,33,115); }

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

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

 span { border-color: rgb(78,33,115); }

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