#4E2B6B

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

Shades of Blue Diamond #4E2B6B

Tints of Blue Diamond #4E2B6B

Color information

#4E2B6B (or 0x4E2B6B) is unknown color: approx Blue Diamond. HEX triplet: 4E, 2B and 6B. RGB value is (78,43,107). Sum of RGB (Red+Green+Blue) = 78+43+107=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E2B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2B6B is #B1D494. Grayscale: #3C3C3C. Windows color (decimal): -11654293 or 7023438. OLE color: 7023438.

HSL color Cylindrical-coordinate representation of color #4E2B6B: hue angle of 272.81º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E2B6B is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7843107-
CMYK0.270.6000.58
HSL272.81º42.67%29.41%-
HSV(B)272.81º59.81%41.96%-
XYZ6.664.4114.41-
YUV60.76154.1140.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=34.21%
G=18.86%
B=46.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78431070.270.6000.58272.8142.6729.41
Hex4E2B6B1B3C03A1112b1d
Octal1165315333740724215335
Binary1001110101011110101111011111100011101010001000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,43,107); }

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

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

 a { background-color: rgb(78,43,107); }

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

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

 span { border-color: rgb(78,43,107); }

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